Skip to content

Commit

Permalink
Merge pull request #238 from enb/remove-generated-tests
Browse files Browse the repository at this point in the history
test(generated): remove generated tests
  • Loading branch information
blond committed Oct 2, 2016
2 parents 5db47b6 + e2660b8 commit f9238d2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,533 deletions.
137 changes: 0 additions & 137 deletions lib/deps/deps-graph.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,9 @@
"LICENSE.txt"
],
"scripts": {
"test": "npm run lint && npm run unit && npm run generated-test",
"test": "npm run lint && npm run unit",
"lint": "jshint . && jscs .",
"unit": "mocha -R spec test/unit test/techs",
"generated-test": "mocha -R spec test/generated/**",
"bench": "npm run bench-deps && matcha benchmark/*.js",
"bench-deps": "cd benchmark/fixtures && bower i",
"cover": "istanbul cover _mocha test/unit test/techs",
Expand Down
192 changes: 0 additions & 192 deletions test/generated/deps/deps.test.js

This file was deleted.

Loading

0 comments on commit f9238d2

Please sign in to comment.