(helpers)
| 3 | import expose from '../../../lib/plugin/expose.js' |
| 4 | |
| 5 | async function setup(helpers) { |
| 6 | await Container.create({ helpers: {} }) |
| 7 | Object.assign(Container.helpers(), helpers) |
| 8 | } |
| 9 | |
| 10 | describe('expose plugin', () => { |
| 11 | afterEach(async () => { |
no test coverage detected