mirror of
https://github.com/egoist/tsup.git
synced 2025-12-08 20:35:58 +00:00
parent
1dbd86b734
commit
b749a274be
@ -18,7 +18,7 @@ export const cjsInterop = (): Plugin => {
|
||||
}
|
||||
|
||||
return {
|
||||
code: code + '\nmodule.exports = exports.default',
|
||||
code: code + '\nmodule.exports = exports.default;\n',
|
||||
map: info.map,
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,9 +1,7 @@
|
||||
import { UserConfig } from 'vitest'
|
||||
import { defineConfig } from 'vitest/config'
|
||||
|
||||
const config: { test: UserConfig } = {
|
||||
export default defineConfig({
|
||||
test: {
|
||||
testTimeout: 50000,
|
||||
},
|
||||
}
|
||||
|
||||
export default config
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user