Skip to content

Commit

Permalink
refactor: fix bad merge commit
Browse files Browse the repository at this point in the history
PR #13196
Merge commit b480dea
  • Loading branch information
mgechev committed Dec 19, 2018
1 parent 38f21be commit 791229a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/schematics/angular/pipe/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ export default function (options: PipeOptions): Rule {
options.name = parsedPath.name;
options.path = parsedPath.path;

// todo remove these when we remove the deprecations
options.skipTests = options.skipTests || !options.spec;

const templateSource = apply(url('./files'), [
options.spec ? noop() : filter(path => !path.endsWith('.spec.ts')),
template({
Expand Down

0 comments on commit 791229a

Please sign in to comment.