Browse Source

Add testURL in jest config

pull/1359/head
Artur Arseniev 8 years ago
parent
commit
81ecb2bc10
  1. 17854
      package-lock.json
  2. 1
      package.json

17854
package-lock.json

File diff suppressed because it is too large

1
package.json

@ -79,6 +79,7 @@
] ]
}, },
"jest": { "jest": {
"testURL": "http://localhost/",
"modulePaths": [ "modulePaths": [
"./src" "./src"
], ],

Loading…
Cancel
Save