mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
fix(test): typescirpt modern mode only check once
This commit is contained in:
parent
6504e108ea
commit
70775e121a
@ -8,7 +8,7 @@ describe('typescript modern', () => {
|
|||||||
|
|
||||||
beforeAll(async () => {
|
beforeAll(async () => {
|
||||||
const options = await loadFixture('typescript')
|
const options = await loadFixture('typescript')
|
||||||
nuxt = new Nuxt(Object.assign(options, { modern: true }))
|
nuxt = new Nuxt(Object.assign(options, { modern: true, build: { useForkTsChecker: true } }))
|
||||||
await new Builder(nuxt, BundleBuilder).build()
|
await new Builder(nuxt, BundleBuilder).build()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user