(args, base = {})
| 3 | import Config from '../../../lib/config.js' |
| 4 | |
| 5 | async function applyAndCreate(args, base = {}) { |
| 6 | Config.reset() |
| 7 | await browser({ _args: args }) |
| 8 | return Config.create(base) |
| 9 | } |
| 10 | |
| 11 | describe('browser plugin', () => { |
| 12 | beforeEach(() => Config.reset()) |
no test coverage detected