Skip to content

Commit

Permalink
fix(@schematics/angular): don't add skipTest option to module schem…
Browse files Browse the repository at this point in the history
…atic options

Closes #angular#20811
  • Loading branch information
Patil2099 committed May 19, 2021
1 parent f5f41ea commit 5b1e536
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/schematics/angular/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ function addAppToWorkspaceFile(options: ApplicationOptions, appDir: string): Rul
'directive',
'guard',
'interceptor',
'module',
'pipe',
'service',
].forEach((type) => {
Expand Down

0 comments on commit 5b1e536

Please sign in to comment.