We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5667bbf commit 388ab21Copy full SHA for 388ab21
bin/test_javascript.js
@@ -1,7 +1,10 @@
1
// TODO: wrap this file to a executable command
2
// [Configuring Jest](https://facebook.github.io/jest/docs/en/configuration.html)
3
+
4
5
module.exports = {
6
"rootDir": "..",
7
+ "testEnvironment": "node",
8
"testRegex": "/(other|topic)/.*(\\.|/)(test|spec)\\.jsx?$",
- "verbose": true
9
+ "verbose": true,
10
}
0 commit comments