'use strict' module.exports = { flatten: test => { test.ok(true) test.done() } }