Skip to content

Commit 7aff107

Browse files
committed
chore: 🤖 fix test name
1 parent 493e789 commit 7aff107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/autoProcess/externalFiles.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ describe('external files', () => {
6565
});
6666
});
6767

68-
it("should throw if local file don't exist", async () => {
68+
it("should warn if local file don't exist", async () => {
6969
const spy = jest.spyOn(console, 'warn');
7070
const input = `<style src="./missing-potato"></style>`;
7171

0 commit comments

Comments
 (0)