Skip to content
This repository was archived by the owner on Oct 10, 2022. It is now read-only.

Commit c2cb2e2

Browse files
authored
Merge pull request #61 from netlify/refactor/fast-test
Make `npm test` fail faster
2 parents 65ba88f + 1f96a74 commit c2cb2e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@
101101
"prepublishOnly": "npm run build:webpack && git push && git push --tags && gh-release",
102102
"report": "nyc report --reporter=text-lcov | coveralls",
103103
"test": "run-s test:*",
104-
"test:ava": "nyc --reporter=lcov ava --verbose && nyc report",
105-
"test:deps": "dependency-check ./package.json --entry \"src/**/!(*.test).js\" --unused --missing --no-dev --no-peer",
106104
"test:lint": "eslint --fix 'src/**/*.js' '*.js'",
107105
"test:prettier": "prettier --write --loglevel warn 'src/**/*.js' '*.{js,md,yml,json}'",
106+
"test:deps": "dependency-check ./package.json --entry \"src/**/!(*.test).js\" --unused --missing --no-dev --no-peer",
107+
"test:ava": "nyc --reporter=lcov ava --verbose && nyc report",
108108
"watch": "nyc --reporter=lcov ava --watch",
109109
"clean": "rimraf dist coverage",
110110
"version": "auto-changelog -p --template keepachangelog --breaking-pattern breaking && git add CHANGELOG.md"

0 commit comments

Comments
 (0)