difftreelog
chore add `only` and `skip` to `itApi` function
in: master
1 file changed
tests/src/util/helpers.tsdiffbeforeafterboth1712 });1712 });1713}1713}17141715itApi.only = (name: string, cb: (apis: { api: ApiPromise, privateKeyWrapper: (account: string) => IKeyringPair }) => any) => itApi(name, cb, {only: true});1716itApi.skip = (name: string, cb: (apis: { api: ApiPromise, privateKeyWrapper: (account: string) => IKeyringPair }) => any) => itApi(name, cb, {skip: true});17141717