summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorSaivan <savian@me.com>2018-03-04 21:44:05 +1100
committerSaivan <savian@me.com>2018-03-04 21:44:05 +1100
commitc64401369e6a2e066c9a38abd7b0e385555fe36d (patch)
tree598be389682a4ed36e98d461bec5d1f9905f6828 /package.json
parent026e991251afd0756b84b5160d640d13746dfd89 (diff)
downloadsvg.js-c64401369e6a2e066c9a38abd7b0e385555fe36d.tar.gz
svg.js-c64401369e6a2e066c9a38abd7b0e385555fe36d.zip
Added the dots test and restored the old tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index e59cd23..6d02dbd 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,8 @@
"build": "gulp",
"build:test": "gulp unify",
"build:dev": "gulp --dont-break",
- "test": "karma start .config/karma.conf.js --single-run --reporters dots",
+ "test": "karma start .config/karma.conf.js --single-run",
+ "test:dots": "karma start .config/karma.conf.js --single-run --reporters dots",
"test:quick": "karma start .config/karma.quick.js",
"lint": "standard --verbose | snazzy"
},