Skip to content

Commit

Permalink
fix(@schematics/schematics): should not have test node_modules specs
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed May 14, 2018
1 parent 6b04749 commit 96f1689
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A blank schematics",
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "npm run build && jasmine **/*_spec.js"
"test": "npm run build && jasmine src/**/*_spec.js"
},
"keywords": [
"schematics"
Expand Down

0 comments on commit 96f1689

Please sign in to comment.