File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 70
70
/src /cdk /coercion /** @ jelbourn
71
71
/src /cdk /collections /** @ jelbourn @ crisbeto @ andrewseguin
72
72
/src /cdk /drag-drop /** @ crisbeto
73
- /src /cdk /private /testing /** @ devversion
74
73
/src /cdk /keycodes /** @ jelbourn
75
74
/src /cdk /layout /** @ jelbourn
76
75
/src /cdk /observers /** @ jelbourn @ crisbeto
Original file line number Diff line number Diff line change 31
31
"include" : [
32
32
// Include the index.ts for each secondary entry-point.
33
33
" ./*/index.ts" ,
34
- // Include the "private/testing" internal entry-point.
35
- " ./private/testing/" ,
36
34
// Include all spec files of the CDK.
37
35
" **/*.spec.ts"
38
36
],
39
37
"exclude" : [
40
38
" **/schematics/**/*.ts" ,
41
39
// Exclude end-to-end tests and utilities.
42
- " **/*.e2e.spec.ts" ,
43
- // Exclude internal e2e testing utilities. These are not needed by tests
44
- // which execute through gulp.
45
- " ./private/testing/e2e/**"
40
+ " **/*.e2e.spec.ts"
46
41
]
47
42
}
You can’t perform that action at this time.
0 commit comments