We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493e789 commit 7aff107Copy full SHA for 7aff107
‎test/autoProcess/externalFiles.test.ts
@@ -65,7 +65,7 @@ describe('external files', () => {
65
});
66
67
68
- it("should throw if local file don't exist", async () => {
+ it("should warn if local file don't exist", async () => {
69
const spy = jest.spyOn(console, 'warn');
70
const input = `<style src="./missing-potato"></style>`;
71
0 commit comments