add jest plugin

This commit is contained in:
2023-09-07 00:28:46 +02:00
parent c49c53728a
commit 2128ab4980
+1 -1
View File
@@ -101,5 +101,5 @@
"skipLibCheck": true /* Skip type checking all .d.ts files. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */
}, },
"compileOnSave": true, "compileOnSave": true,
"exclude": ["jest.config.ts", "./tests"] "exclude": ["jest.config.ts"]
} }