We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea37368 commit 531ca0bCopy full SHA for 531ca0b
1 file changed
packages/codegen/src/logger/formatter.test.ts
@@ -1,7 +1,7 @@
1
import dedent from 'dedent';
2
import ts from 'typescript';
3
import { describe, expect, test } from 'vitest';
4
-import { formatDiagnostics, formatTime } from './formatter';
+import { formatDiagnostics, formatTime } from './formatter.js';
5
6
describe('formatDiagnostics', () => {
7
const file = ts.createSourceFile(
0 commit comments