Skip to content

Commit

Permalink
test: fix bad copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 17, 2021
1 parent ec2b5fb commit 228a41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/helpers/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ export const configs = {
es11: {
parser: require.resolve(babelParser),
parserOptions: {
ecmaVersion: 9,
ecmaVersion: 11,
},
} as Linter.Config,

es10: {
parser: require.resolve(babelParser),
parserOptions: {
ecmaVersion: 9,
ecmaVersion: 10,
},
} as Linter.Config,

Expand Down

0 comments on commit 228a41d

Please sign in to comment.