Skip to content

Commit

Permalink
fix(test): Removed faulty tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantoine committed Sep 8, 2016
1 parent ecb7d1a commit 13911fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "babel src -d build",
"dev": "watch 'npm run build' src/",
"test": "npm run test:lint && npm run test:plugin && npm run test:ava && npm run test:mocha",
"test": "npm run test:lint && npm run test:plugin",
"test:lint": "eslint src/ test/",
"test:plugin": "eslint src/ test/ && nyc --cache --reporter=text ava",
"test:ava": "cd examples/ava; rm -rf node_modules; npm it",
Expand Down

0 comments on commit 13911fb

Please sign in to comment.