John Nelson
John Nelson
@ArtemGovorov Any idea for when/if this might happen? or when "the core may be available for external extending". Wallaby is really nice, but Chimp.js is more full featured. I bought...
``` // jest.setup.js global.it = async function(name, func) { return await test(name, async () => { try { await func(); } catch (e) { await fs.ensureDir('e2e/screenshots'); await page.screenshot({ path: `e2e/screenshots/${name}.png`...
``` // jest.setup.js global.it = async function(name, func) { return await test(name, async () => { try { await func(); } catch (e) { await fs.ensureDir('e2e/screenshots'); await page.screenshot({ path: `e2e/screenshots/${name}.png`...
would work right if one of those `=` was removed