m
Size: a a a
m
OK
ES
it(‘test’, function () {
if (something) {
skip()
}
})
OK
BO
SK
SK
SK
BO
OK
O
(parameter === true ? xit : it)('should do smth', async function () { ... }
SK
SK
SK
ES
ES
OK
(parameter === true ? xit : it)('should do smth', async function () { ... }
it('should do smth', parameter ? async function () { ... } : undefined)
ES
it('should do smth', parameter ? async function () { ... } : undefined)
OK
ES