Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 91b1d85

Browse files
hanslBrocco
authored andcommitted
fix(@schematics/schematics): should not have test node_modules specs
Fix #860
1 parent 020c1d8 commit 91b1d85

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/schematics/blank/project-files

1 file changed

+1
-1
lines changed

packages/schematics/schematics/blank/project-files/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A blank schematics",
55
"scripts": {
66
"build": "tsc -p tsconfig.json",
7-
"test": "npm run build && jasmine **/*_spec.js"
7+
"test": "npm run build && jasmine src/**/*_spec.js"
88
},
99
"keywords": [
1010
"schematics"

0 commit comments

Comments
 (0)