Skip to content

Commit 8165be5

Browse files
committed
fix Security message with jest
1 parent d88c036 commit 8165be5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
],
2828
"author": "Ioan CHIRIAC",
2929
"license": "BSD-3-Clause",
30-
"testEnvironment": "node",
30+
"jest": {
31+
"testEnvironment": "node",
32+
"testURL": "http://localhost/"
33+
},
3134
"devDependencies": {
3235
"babel-preset-es2015": "^6",
3336
"babelify": "^7",

0 commit comments

Comments
 (0)