summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSteven Thomas <steve.thomas@amdocs.com>2018-09-14 15:16:28 -0400
committerSteven Thomas <steve.thomas@amdocs.com>2018-09-14 15:16:47 -0400
commit17ccebdd4b886ce3e2db145633cf6aa61f544695 (patch)
tree3c50508c2c8eb7f2376b63863a8dae1c98956459 /package.json
parent96319fec0d2af2be5802a56d6b05a3ada939c8df (diff)
small tweaks to test code to get it to work
Issue-ID: AAI-1599 Change-Id: I41ca44fb7ebecb9856867addc9e30d742a5e4abe Signed-off-by: Steven Thomas <steve.thomas@amdocs.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 6 insertions, 4 deletions
diff --git a/package.json b/package.json
index 898e70e..c35db74 100644
--- a/package.json
+++ b/package.json
@@ -114,6 +114,7 @@
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test/fileMock.js",
"\\.(css|scss)$": "<rootDir>/test/styleMock.js"
},
+ "testURL": "http://localhost",
"moduleFileExtensions": [
"js",
"jsx"
@@ -131,10 +132,11 @@
"!**/resources/**",
"!**/dist/**",
"!**/scripts/**",
- "!**/gulpfile.js/**",
- "!**/karma.conf.js/**",
- "!**/webpack.config.js/**",
- "!**/webpack.devConfig.js/**",
+ "!**/gulpfile.js",
+ "!**/karma.conf.js",
+ "!**/webpack.config.js",
+ "!**/webpack.devConfig.js",
+ "!**/coverage/**",
"!**/tools/**"
]
},