git.delta.rocks / unique-network / refs/commits / 78c2433f7564

difftreelog

Remove .only

Greg Zaitsev2021-07-15parent: #c33c2f5.patch.diff
in: master

2 files changed

modifiedtests/src/removeCollectionSponsor.test.tsdiffbeforeafterboth
28let alice: IKeyringPair;28let alice: IKeyringPair;
29let bob: IKeyringPair;29let bob: IKeyringPair;
3030
31describe.only('integration test: ext. removeCollectionSponsor():', () => {31describe('integration test: ext. removeCollectionSponsor():', () => {
3232
33 before(async () => {33 before(async () => {
34 await usingApi(async () => {34 await usingApi(async () => {
8585
86});86});
8787
88describe.only('(!negative test!) integration test: ext. removeCollectionSponsor():', () => {88describe('(!negative test!) integration test: ext. removeCollectionSponsor():', () => {
89 before(async () => {89 before(async () => {
90 await usingApi(async () => {90 await usingApi(async () => {
91 const keyring = new Keyring({ type: 'sr25519' });91 const keyring = new Keyring({ type: 'sr25519' });
modifiedtests/src/scheduler.test.tsdiffbeforeafterboth
18chai.use(chaiAsPromised);18chai.use(chaiAsPromised);
1919
20describe('Integration Test scheduler base transaction', () => {20describe('Integration Test scheduler base transaction', () => {
21 it.only('User can transfer owned token with delay (scheduler)', async () => {21 it('User can transfer owned token with delay (scheduler)', async () => {
22 await usingApi(async () => {22 await usingApi(async () => {
23 const Alice = privateKey('//Alice');23 const Alice = privateKey('//Alice');
24 const Bob = privateKey('//Bob');24 const Bob = privateKey('//Bob');