webpack/test/configCases/contenthash/salt/index.js

6 lines
99 B
JavaScript

import img from "./img.jpg";
it("should compile", () => {
expect(typeof img).toBe("string");
});