mirror of https://github.com/webpack/webpack.git
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
|
import svg from "../_images/file.svg";
|
||
|
|
||
|
it("should receive asset source", () => {
|
||
|
expect(svg).toMatch(/^<svg.+<\/svg>\s*$/);
|
||
|
});
|