diff --git a/package.json b/package.json index e7456777f6..cddad94f9a 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "lint-utils": "jsonlint -q server/utils/*.json", "lint-js": "eslint --ext=.js,.jsx server/ common/ config/ client/", "lint-json": "npm run lint-server && npm run lint-challenges && npm run lint-resources && npm run lint-utils", - "test-challenges": "npm run test-challenges", "pretest": "npm run lint", "snyk-protect": "snyk protect", "prepublish": "npm run snyk-protect", + "test-challenges": "babel-node seed/test-challenges.js | tap-spec", "test-js": "tape -r babel-register 'common/**/*.test.js'", "test": "npm run test-js && npm run test-challenges", "cover": "babel-node ./node_modules/.bin/babel-istanbul cover tape common/**/*.test.js",