Skip to content

Commit 9274431

Browse files
authored
fix unit test (#8693)
1 parent ea38f43 commit 9274431

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

firebase-vscode/src/test/tsconfig.test.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
"compilerOptions": {
33
"module": "commonjs",
44
"target": "es2020",
5-
"lib": ["es2020"],
5+
"lib": ["es2020", "dom"],
66
"strict": false /* enable all strict type-checking options */,
77
"allowJs": true,
88
"checkJs": false,
99
"sourceMap": true,
1010
"allowSyntheticDefaultImports": true,
1111
"skipLibCheck": true,
1212
"resolveJsonModule": true,
13-
//"moduleResolution": "node",
1413
"outDir": "../../dist/test",
1514
"rootDirs": ["../", "../../common/", "../../../src/"],
1615
"jsx": "react",
@@ -22,9 +21,6 @@
2221
"wdio-vscode-service"
2322
]
2423
},
25-
// "ts-node": {
26-
// "esm": true
27-
// },
2824
"exclude": ["**/*.test.ts"],
2925
"include": ["../**/*", "../../common/**/*", "../../../src/types/**/*"]
3026
}

0 commit comments

Comments
 (0)