Skip to content

Commit

Permalink
fix(schematics): use skipTests, spec is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Nov 11, 2019
1 parent bbde03d commit 442539b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/schematics/src/container/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ export default function(options: ContainerOptions): Rule {
return chain([
externalSchematic('@schematics/angular', 'component', {
...opts,
spec: false,
skipTests: true,
}),
addStateToComponent(options),
mergeWith(templateSource, MergeStrategy.Overwrite),
mergeWith(templateSource),
])(host, context);
};
}

0 comments on commit 442539b

Please sign in to comment.