aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-03-22 15:12:07 +0100
committerGitHub <noreply@github.com>2017-03-22 15:12:07 +0100
commit1e81747a2afb142bc6ef5c53c6d4572b94ee4495 (patch)
tree610aeb417fccc04e7c8065745b75d930a6151b41 /web/package.json
parent907825714bf434efdee3ea99707aa509bb0f0c58 (diff)
parent82ecc5448d4e3eb53a947154f49d431148f6508a (diff)
downloadmitmproxy-1e81747a2afb142bc6ef5c53c6d4572b94ee4495.tar.gz
mitmproxy-1e81747a2afb142bc6ef5c53c6d4572b94ee4495.tar.bz2
mitmproxy-1e81747a2afb142bc6ef5c53c6d4572b94ee4495.zip
Merge pull request #2200 from MatthewShao/jest-dev
Add coverage for eventLog.js and update Jest config.
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/package.json b/web/package.json
index 601d7077..f0b3ae6a 100644
--- a/web/package.json
+++ b/web/package.json
@@ -8,7 +8,7 @@
},
"jest": {
"testRegex": "__tests__/.*Spec.js$",
- "testPathDirs": [
+ "roots": [
"<rootDir>/src/js"
],
"unmockedModulePathPatterns": [