We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6735b83 commit 22af652Copy full SHA for 22af652
tests/legacy-cli/e2e_runner.ts
@@ -1,7 +1,5 @@
1
-// This may seem awkward but we're using Logger in our e2e. At this point the unit tests
2
-// have run already so it should be "safe", teehee.
3
-import { logging } from '@angular-devkit/core';
4
-import { createConsoleLogger } from '@angular-devkit/core/node';
+import { logging } from '../../packages/angular_devkit/core/src';
+import { createConsoleLogger } from '../../packages/angular_devkit/core/node';
5
import * as colors from 'ansi-colors';
6
import glob from 'glob';
7
import yargsParser from 'yargs-parser';
0 commit comments