We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4321926 commit 2ef6eb3Copy full SHA for 2ef6eb3
test-utils.ts
@@ -1,7 +1,7 @@
1
2
// tslint:disable-next-line
3
import * as sinon from 'sinon'
4
-import { nxLogger } from './lib/log'
+import * as nxLogger from './lib/types'
5
6
export interface CaptureFn {
7
(message: any): void
0 commit comments