webpack/test/configCases/inner-graph/pr-18342/entry1/index.js

7 lines
117 B
JavaScript

import common from "../common";
it("entry1 should compile and run", () => {
common();
expect(true).toBe(true)
});