Skip to content

Commit 405900e

Browse files
committed
[Tests] fix tests from #1319
1 parent 2098797 commit 405900e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/rules/export.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ context('Typescript', function () {
139139
export const Foo = 1;
140140
export interface Foo {}
141141
`,
142-
}, parserConfig),
142+
}, parserConfig))),
143143
],
144144
invalid: [],
145145
})

0 commit comments

Comments
 (0)