git.delta.rocks / unique-network / refs/commits / 26386c57998e

difftreelog

chore add `only` and `skip` to `itApi` function

Grigoriy Simonov2022-08-05parent: #17276cf.patch.diff
in: master

1 file changed

modifiedtests/src/util/helpers.tsdiffbeforeafterboth
1712 });1712 });
1713}1713}
1714
1715itApi.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