mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix typo
This commit is contained in:
parent
e1d4dd59c7
commit
b170864134
@ -17,7 +17,7 @@ export const loadFixture = async function (fixture, overrides) {
|
||||
let config = {}
|
||||
|
||||
try {
|
||||
await import(`../fixtures/${fixture}/nuxt.config`)
|
||||
config = await import(`../fixtures/${fixture}/nuxt.config`)
|
||||
config = config.default || config
|
||||
} catch (e) {
|
||||
// Ignore MODULE_NOT_FOUND
|
||||
|
Loading…
Reference in New Issue
Block a user