Skip to content

Commit 5253014

Browse files
committed
Finalize jest typet est using expectTypeOf
1 parent f92c27e commit 5253014

5 files changed

Lines changed: 74 additions & 120 deletions

File tree

test-types/jasmine-global-expect-async/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"noEmit": true,
44
"noImplicitAny": true,
55
"target": "es2022",
6-
"module": "node18",
6+
"module": "NodeNext",
77
"skipLibCheck": true,
88
"types": [
99
"../../jasmine-wdio-expect-async.d.ts",

test-types/jasmine/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"noEmit": true,
44
"noImplicitAny": true,
55
"target": "es2022",
6-
"module": "node18",
6+
"module": "NodeNext",
77
"skipLibCheck": true,
88
"types": [
99
"@types/jasmine",

0 commit comments

Comments
 (0)