Skip to content

Commit 70ab741

Browse files
Andrew AllenAndrew Allen
Andrew Allen
authored and
Andrew Allen
committed
replace jasmine in types array with jest, remove test.ts from files array
1 parent daca5e1 commit 70ab741

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/tsconfig.spec.json

+3-12
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,8 @@
22
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/spec",
5-
"types": [
6-
"jasmine",
7-
"node"
8-
]
5+
"types": ["jest", "node"]
96
},
10-
"files": [
11-
"test.ts",
12-
"polyfills.ts"
13-
],
14-
"include": [
15-
"**/*.spec.ts",
16-
"**/*.d.ts"
17-
]
7+
"files": ["polyfills.ts"],
8+
"include": ["**/*.spec.ts", "**/*.d.ts"]
189
}

0 commit comments

Comments
 (0)