Skip to content

Commit 629ce09

Browse files
committed
chore: fix mocha types entry
1 parent 1ca1c56 commit 629ce09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser-interface/test/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"strictNullChecks": true,
77
"lib": ["es2020", "dom"],
88
"baseUrl": "../packages",
9-
"types": ["mocha", "@dcl/posix"],
9+
"types": ["@types/mocha", "@dcl/posix"],
1010
"typeRoots": ["../node_modules/"]
1111
},
1212
"exclude": ["../packages/engine"],

0 commit comments

Comments
 (0)