We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f21be commit 791229aCopy full SHA for 791229a
packages/schematics/angular/pipe/index.ts
@@ -102,9 +102,6 @@ export default function (options: PipeOptions): Rule {
102
options.name = parsedPath.name;
103
options.path = parsedPath.path;
104
105
- // todo remove these when we remove the deprecations
106
- options.skipTests = options.skipTests || !options.spec;
107
-
108
const templateSource = apply(url('./files'), [
109
options.spec ? noop() : filter(path => !path.endsWith('.spec.ts')),
110
template({
0 commit comments