Skip to content

Commit abb74bf

Browse files
committed
Fix lint
1 parent 41a6b67 commit abb74bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
"compilerOptions": {
77
// package-specific options
88
"esModuleInterop": true,
9-
"types": ["node"]
9+
"types": ["node", "jest"]
1010
}
1111
}

0 commit comments

Comments
 (0)