Skip to content

Commit 2ef6eb3

Browse files
committed
fix(test-utils): Fixed types
BREAKING CHANGE: No real breaking changes; just need to trigger a release
1 parent 4321926 commit 2ef6eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
// tslint:disable-next-line
33
import * as sinon from 'sinon'
4-
import { nxLogger } from './lib/log'
4+
import * as nxLogger from './lib/types'
55

66
export interface CaptureFn {
77
(message: any): void

0 commit comments

Comments
 (0)