1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

Fixing storybook to run with new tests (#3244)

This commit is contained in:
Thomas Avery 2022-08-04 14:17:32 -05:00 committed by GitHub
parent 60061a8901
commit ee0d87690b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{
"extends": "../tsconfig",
"compilerOptions": {
"types": ["node"],
"types": ["node", "jest"],
"allowSyntheticDefaultImports": true
},
"exclude": ["../src/test.setup.ts", "../apps/src/**/*.spec.ts", "../libs/**/*.spec.ts"],