aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-08-15 23:14:29 +0800
committerJason <jason.daurus@gmail.com>2016-08-15 23:14:29 +0800
commit900b3d74ba27ece145237896fe9adac332cf9201 (patch)
treed1b96038d00059f04bc97e8d822c2b50dc0f5102 /web/package.json
parent1d27334ff764076f067c8f56cbe462fe2550dc11 (diff)
downloadmitmproxy-900b3d74ba27ece145237896fe9adac332cf9201.tar.gz
mitmproxy-900b3d74ba27ece145237896fe9adac332cf9201.tar.bz2
mitmproxy-900b3d74ba27ece145237896fe9adac332cf9201.zip
[web] fix testRegex
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 cfdd752c..59b031b9 100644
--- a/web/package.json
+++ b/web/package.json
@@ -7,7 +7,7 @@
"start": "gulp"
},
"jest": {
- "testRegex": "__tests__/.*\\Spec.js$",
+ "testRegex": "__tests__/.*Spec.js$",
"testPathDirs": [
"<rootDir>/src/js"
],