Skip to content

Commit

Permalink
[Tests] fix tests from #1319
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Apr 12, 2019
1 parent 2098797 commit 405900e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/rules/export.js
Expand Up @@ -139,7 +139,7 @@ context('Typescript', function () {
export const Foo = 1;
export interface Foo {}
`,
}, parserConfig),
}, parserConfig))),
],
invalid: [],
})
Expand Down

0 comments on commit 405900e

Please sign in to comment.