diff options
author | Saivan <savian@me.com> | 2018-03-04 21:44:05 +1100 |
---|---|---|
committer | Saivan <savian@me.com> | 2018-03-04 21:44:05 +1100 |
commit | c64401369e6a2e066c9a38abd7b0e385555fe36d (patch) | |
tree | 598be389682a4ed36e98d461bec5d1f9905f6828 /package.json | |
parent | 026e991251afd0756b84b5160d640d13746dfd89 (diff) | |
download | svg.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.json | 3 |
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" }, |