webpack/test/cases/parsing/issue-1600/index.js

6 lines
97 B
JavaScript

import fn from './file';
it("should compile correctly", function() {
expect(fn()).toBe(1);
});