diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2019-05-09 07:18:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-09 07:18:22 +0800 |
commit | 6a30e1d6bed66512d33dbb83adc954b43fe2823e (patch) | |
tree | f9971d047ac4956f621f5aa3204842471fd9a0ff /package.json | |
parent | e4881245d995579a96010da501de4e54c89be0b1 (diff) | |
download | tracifyjs-6a30e1d6bed66512d33dbb83adc954b43fe2823e.tar.gz tracifyjs-6a30e1d6bed66512d33dbb83adc954b43fe2823e.zip |
improve tests (#3399)
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 487d2923..752fea4d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "semver": "~6.0.0" }, "scripts": { - "test": "node test/run-tests.js" + "test": "node test/compress.js && node test/mocha.js" }, "keywords": [ "cli", |