Skip to content

Commit ec5d1a5

Browse files
nmotefacebook-github-bot
authored andcommitted
Update Jest test environment
Reviewed By: gabelevi Differential Revision: D5906743 fbshipit-source-id: 70bb29312a6fcaeab72eaace1a88c71ef6b2f671
1 parent 756c602 commit ec5d1a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jest-tool.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
2-
rootDir: 'tsrc'
2+
rootDir: 'tsrc',
3+
testEnvironment: 'node'
34
}

0 commit comments

Comments
 (0)