UNPKG

zombiebox-cli

Version:

ZombieBox CLI tool

11 lines (8 loc) 169 B
/** * @return {Object} */ module.exports = () => { const testConfig = require('./test')(); testConfig.compilation.flags.checks_only = true; return testConfig; };