Skip to content

Commit a30d3d7

Browse files
committed
fix(testing): fixes new required import
1 parent 8a51173 commit a30d3d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test-utils/src/lib/utils/logging.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Logger } from '@poppinss/cliui';
1+
import { Logger } from '@poppinss/cliui/build/index.js';
22

33
export function getLogMessages(logger: Logger): string[] {
44
return logger

0 commit comments

Comments
 (0)