Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Remove name from test
  • Loading branch information
skingston91 committed Aug 2, 2018
1 parent ea5c68b commit 73dff6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cases/parsing/issue-7778/index.js
Expand Up @@ -7,7 +7,7 @@ it("should detect query strings in dynamic import as a static value 1 ", functio
it("should detect query strings in dynamic import as a static value 2", function() {
var testFileName = "a";

import(`./${testFileName}?queryStringSteven`).then(({ default: a }) => {
import(`./${testFileName}?queryString`).then(({ default: a }) => {
expect(a()).toBe("a");
});
});
});

0 comments on commit 73dff6c

Please sign in to comment.