webpack/test/configCases/asset-modules/source/index.js

6 lines
130 B
JavaScript
Raw Normal View History

2019-11-26 21:05:07 +08:00
import svg from "../_images/file.svg";
it("should receive asset source", () => {
expect(svg).toMatch(/^<svg.+<\/svg>\s*$/);
});