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

7 lines
117 B
JavaScript
Raw Normal View History

2024-04-22 03:05:48 +08:00
import common from "../common";
it("entry1 should compile and run", () => {
common();
2024-04-22 03:05:48 +08:00
expect(true).toBe(true)
});