diff --git a/tests/src/rules/export.js b/tests/src/rules/export.js index 771cbb431..95fb54063 100644 --- a/tests/src/rules/export.js +++ b/tests/src/rules/export.js @@ -139,7 +139,7 @@ context('Typescript', function () { export const Foo = 1; export interface Foo {} `, - }, parserConfig), + }, parserConfig))), ], invalid: [], })