webpack/test/configCases/plugins/cache-progress-plugin/index.js

6 lines
111 B
JavaScript

import url from "./loader!!";
it("should compile and run", () => {
expect(url).toBe("webpack:///a.txt");
});