mirror of https://github.com/webpack/webpack.git
6 lines
99 B
JavaScript
6 lines
99 B
JavaScript
|
import img from "./img.jpg";
|
||
|
|
||
|
it("should compile", () => {
|
||
|
expect(typeof img).toBe("string");
|
||
|
});
|