Skip to content

Commit

Permalink
Merge pull request #1801 from Tony133/test/remove-imports-not-useds
Browse files Browse the repository at this point in the history
test(): removed the imports not used
  • Loading branch information
kamilmysliwiec committed Oct 3, 2022
2 parents e8ddbf2 + 38b151e commit 75e7a62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/runners/schematic.runner.spec.ts
@@ -1,6 +1,4 @@
import * as fs from 'fs';
import * as path from 'path';
import { SchematicRunner } from '../../../lib/runners/schematic.runner';

const withSep = (route: string) =>
path.resolve(route.split('/').join(path.sep));
Expand Down

0 comments on commit 75e7a62

Please sign in to comment.