From c64401369e6a2e066c9a38abd7b0e385555fe36d Mon Sep 17 00:00:00 2001 From: Saivan Date: Sun, 4 Mar 2018 21:44:05 +1100 Subject: [PATCH] Added the dots test and restored the old tests --- dist/svg.js | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dist/svg.js b/dist/svg.js index bcfca12..441057c 100644 --- a/dist/svg.js +++ b/dist/svg.js @@ -6,7 +6,7 @@ * @copyright Wout Fierens * @license MIT * -* BUILT: Sun Mar 04 2018 20:57:30 GMT+1100 (AEDT) +* BUILT: Sun Mar 04 2018 21:43:14 GMT+1100 (AEDT) */; (function(root, factory) { 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" }, -- 2.39.5