| 1 | import { createContext } from '../../../src/helpers/helpers.options.js'; |
| 2 | |
| 3 | const context1 = createContext(null, { type: 'test1', parent: true }); |
| 4 | const context2 = createContext(context1, { type: 'test2' }); |
nothing calls this directly
no test coverage detected