chore: fix lint error (#4186)

This commit is contained in:
Jonas Galvez 2018-10-24 11:00:50 -03:00 committed by Pooya Parsa
parent 5ec5cda1f8
commit da7c01f0d4
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ export const loadFixture = async function (fixture, overrides) {
config.test = true
return defaultsDeep({}, overrides, config)
}
}