diff options
author | Saivan <savian@me.com> | 2018-03-04 08:54:28 +1100 |
---|---|---|
committer | Saivan <savian@me.com> | 2018-03-04 08:54:28 +1100 |
commit | fe402538f24ee8fc1c4d378bb6776a0a217d6740 (patch) | |
tree | 69ad437a10b30007ab193225102908e9731c9f5b /package.json | |
parent | 86dee4db2f6a4b2f3123c6f5b062758eb3fecd2e (diff) | |
download | svg.js-fe402538f24ee8fc1c4d378bb6776a0a217d6740.tar.gz svg.js-fe402538f24ee8fc1c4d378bb6776a0a217d6740.zip |
Fixed all transformation tests, the new transforms are ready
This commit fixes all of the tests to reflect all of the changes to
our transform code. It also makes the default test output dots
instead of anything else.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index e2f4034..e59cd23 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "build": "gulp", "build:test": "gulp unify", "build:dev": "gulp --dont-break", - "test": "karma start .config/karma.conf.js --single-run", + "test": "karma start .config/karma.conf.js --single-run --reporters dots", "test:quick": "karma start .config/karma.quick.js", "lint": "standard --verbose | snazzy" }, |