Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 16, 2021
1 parent 40d7fbc commit 4bb1eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/rules/no-export-in-script-setup.js
Expand Up @@ -50,10 +50,10 @@ ruleTester.run('no-export-in-script-setup', rule, {
</script>
`
},
...(semver.lt(
...(semver.gte(
require('@typescript-eslint/parser/package.json').version,
'5.4.0'
) && semver.satisfies(require('typescript/package.json').version, '>=4.5.0')
)
? [
{
filename: 'test.vue',
Expand Down

0 comments on commit 4bb1eb5

Please sign in to comment.