Skip to content

Commit 791229a

Browse files
committed
refactor: fix bad merge commit
PR #13196 Merge commit b480dea
1 parent 38f21be commit 791229a

File tree

1 file changed

+0
-3
lines changed
  • packages/schematics/angular/pipe

1 file changed

+0
-3
lines changed

packages/schematics/angular/pipe/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ export default function (options: PipeOptions): Rule {
102102
options.name = parsedPath.name;
103103
options.path = parsedPath.path;
104104

105-
// todo remove these when we remove the deprecations
106-
options.skipTests = options.skipTests || !options.spec;
107-
108105
const templateSource = apply(url('./files'), [
109106
options.spec ? noop() : filter(path => !path.endsWith('.spec.ts')),
110107
template({

0 commit comments

Comments
 (0)