diff options
| author | Maximilian Hils <git@maximilianhils.com> | 2017-03-22 15:12:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-22 15:12:07 +0100 |
| commit | 1e81747a2afb142bc6ef5c53c6d4572b94ee4495 (patch) | |
| tree | 610aeb417fccc04e7c8065745b75d930a6151b41 /web/package.json | |
| parent | 907825714bf434efdee3ea99707aa509bb0f0c58 (diff) | |
| parent | 82ecc5448d4e3eb53a947154f49d431148f6508a (diff) | |
| download | mitmproxy-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.json | 2 |
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": [ |
