Skip to content

Commit 388ab21

Browse files
committed
Fix issue in jest
1 parent 5667bbf commit 388ab21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/test_javascript.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// TODO: wrap this file to a executable command
22
// [Configuring Jest](https://facebook.github.io/jest/docs/en/configuration.html)
3+
4+
35
module.exports = {
46
"rootDir": "..",
7+
"testEnvironment": "node",
58
"testRegex": "/(other|topic)/.*(\\.|/)(test|spec)\\.jsx?$",
6-
"verbose": true
9+
"verbose": true,
710
}

0 commit comments

Comments
 (0)