11cb0ef41Sopenharmony_ci'use strict' 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciconst spawk = require('spawk') 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_cimodule.exports = tspawk 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_cifunction tspawk (t) { 81cb0ef41Sopenharmony_ci spawk.preventUnmatched() 91cb0ef41Sopenharmony_ci t.teardown(function () { 101cb0ef41Sopenharmony_ci spawk.unload() 111cb0ef41Sopenharmony_ci }) 121cb0ef41Sopenharmony_ci t.afterEach(function () { 131cb0ef41Sopenharmony_ci spawk.done() 141cb0ef41Sopenharmony_ci }) 151cb0ef41Sopenharmony_ci return spawk 161cb0ef41Sopenharmony_ci} 17