Skip to content

Commit 5f49003

Browse files
committed
test: try fix path for windows
1 parent f88c8d9 commit 5f49003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/index.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ test('fromVite', async (context) => {
139139
'tsdown.config.ts': `
140140
import { resolve } from 'node:path'
141141
export default {
142-
entry: resolve(import.meta.dirname, 'index.ts'),
142+
entry: resolve(import.meta.dirname, 'index.ts').replaceAll('\\\\', '/'),
143143
fromVite: true,
144144
}`,
145145
'vite.config.ts': `

0 commit comments

Comments
 (0)