MCPcopy
hub / github.com/codeceptjs/CodeceptJS / setup

Function setup

test/unit/plugin/expose_test.js:5–8  ·  view source on GitHub ↗
(helpers)

Source from the content-addressed store, hash-verified

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

Callers 2

expose_test.jsFile · 0.70

Calls 2

helpersMethod · 0.80
createMethod · 0.45

Tested by

no test coverage detected