We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a51173 commit a30d3d7Copy full SHA for a30d3d7
testing/test-utils/src/lib/utils/logging.ts
@@ -1,4 +1,4 @@
1
-import type { Logger } from '@poppinss/cliui';
+import { Logger } from '@poppinss/cliui/build/index.js';
2
3
export function getLogMessages(logger: Logger): string[] {
4
return logger
0 commit comments