Skip to content

Commit a1191fd

Browse files
committed
test: add file extensions to imports
1 parent b8239e5 commit a1191fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/basic.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { assert, describe, it } from 'vitest'
22

33
const { createDebug, enable, disable } = (await import(
4-
/* @vite-ignore */ globalThis.process ? '../src/node' : '../src/browser'
4+
/* @vite-ignore */ globalThis.process ? '../src/node.ts' : '../src/browser.ts'
55
)) as typeof import('../src/node')
66

77
describe('basic', () => {

0 commit comments

Comments
 (0)