aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-07-27 14:55:08 -0700
committerGitHub <noreply@github.com>2016-07-27 14:55:08 -0700
commit3aad0119884918e7718bc70d650d3ae99a27bbaa (patch)
tree69fd251d88a261108868724690a9c92f6e171616 /web/package.json
parent41383b866ee77c0122e14f0df6d435e70b7f59fc (diff)
parent2b9e5dcd1b93792bcfa1df07352cff1ecffbf36d (diff)
downloadmitmproxy-3aad0119884918e7718bc70d650d3ae99a27bbaa.tar.gz
mitmproxy-3aad0119884918e7718bc70d650d3ae99a27bbaa.tar.bz2
mitmproxy-3aad0119884918e7718bc70d650d3ae99a27bbaa.zip
Merge pull request #1406 from gzzhanghao/fix36
[web] Update view with sortedUpdate
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
index 302803f2..fb2c8c30 100644
--- a/web/package.json
+++ b/web/package.json
@@ -7,6 +7,7 @@
"start": "gulp"
},
"jest": {
+ "testRegex": "__tests__/.*\\Spec.js$",
"testPathDirs": [
"<rootDir>/src/js"
],