Skip to content

Commit 22d01a8

Browse files
AhsanAyazkyliau
authored andcommitted
fix(@schematics/schematics): should not have test node_modules specs
Fixed the schematics to not consider node_module specs while running unit tests Fixes #12605
1 parent cbadf09 commit 22d01a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/schematics/schematic/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A 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)