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
Fixed the  schematics to not consider node_module specs while running unit tests
Fixes #12605
  • Loading branch information
AhsanAyaz authored and Keen Yee Liau committed Oct 23, 2018
1 parent 6aff217 commit 39b6300
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 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 39b6300

Please sign in to comment.