mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +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 = {}
|
let config = {}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
await import(`../fixtures/${fixture}/nuxt.config`)
|
config = await import(`../fixtures/${fixture}/nuxt.config`)
|
||||||
config = config.default || config
|
config = config.default || config
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
// Ignore MODULE_NOT_FOUND
|
// Ignore MODULE_NOT_FOUND
|
||||||
|
Loading…
Reference in New Issue
Block a user