diff --git a/test/before.js b/test/before.js index 416ca8f3..0c0782e6 100644 --- a/test/before.js +++ b/test/before.js @@ -20,10 +20,6 @@ const currentConfig = readjson.sync.try(pathConfig); module.exports = before; function before(options, fn = options) { - if (fn === options) { - options = {}; - } - const {config, plugins, modules} = options; const app = express();