webpack/test/configCases/library/issue-18951/index.js

8 lines
202 B
JavaScript
Raw Normal View History

2024-11-13 21:34:34 +08:00
it("should don't have variable name conflict", function() {
expect(true).toBe(true);
});
export const id = "collision";
export const ids = ["collision"];
export const modules = { "collision": true };