From 405900ebe775183588a03447b1fb152481662e3e Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 12 Apr 2019 00:41:08 -0700 Subject: [PATCH] [Tests] fix tests from #1319 --- tests/src/rules/export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [], })