summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-02-06 12:05:04 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-06 12:05:04 +0100
commitd55b65d2c982383389c24ba9317627717527ecdd (patch)
tree056bec92410fd3e1a5527b430564610e06d3393a /package.json
parent6eb51bea4d8519515ef2e913b5bf0c867216ad05 (diff)
downloadqtlocation-mapboxgl-d55b65d2c982383389c24ba9317627717527ecdd.tar.gz
always build before running tests to ensure freshness
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index e55d388041..ff2566bb39 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"devDependencies": {},
"scripts": {
"install": "make",
- "test": "mocha -R spec test"
+ "test": "make test"
},
"gypfile": true
}