From 38b151e3be6f63192db0b3ee100728419e561ff3 Mon Sep 17 00:00:00 2001 From: Tony133 Date: Fri, 30 Sep 2022 15:02:52 +0200 Subject: [PATCH] test(): removed the imports not used --- test/lib/runners/schematic.runner.spec.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/lib/runners/schematic.runner.spec.ts b/test/lib/runners/schematic.runner.spec.ts index 399d3148a..ee75e7d12 100644 --- a/test/lib/runners/schematic.runner.spec.ts +++ b/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));