From 78c2433f75649d593a4a59406d3a919e3b9a91cc Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Thu, 15 Jul 2021 14:09:06 +0000 Subject: [PATCH] Remove .only --- --- a/tests/src/removeCollectionSponsor.test.ts +++ b/tests/src/removeCollectionSponsor.test.ts @@ -28,7 +28,7 @@ let alice: IKeyringPair; let bob: IKeyringPair; -describe.only('integration test: ext. removeCollectionSponsor():', () => { +describe('integration test: ext. removeCollectionSponsor():', () => { before(async () => { await usingApi(async () => { @@ -85,7 +85,7 @@ }); -describe.only('(!negative test!) integration test: ext. removeCollectionSponsor():', () => { +describe('(!negative test!) integration test: ext. removeCollectionSponsor():', () => { before(async () => { await usingApi(async () => { const keyring = new Keyring({ type: 'sr25519' }); --- a/tests/src/scheduler.test.ts +++ b/tests/src/scheduler.test.ts @@ -18,7 +18,7 @@ chai.use(chaiAsPromised); describe('Integration Test scheduler base transaction', () => { - it.only('User can transfer owned token with delay (scheduler)', async () => { + it('User can transfer owned token with delay (scheduler)', async () => { await usingApi(async () => { const Alice = privateKey('//Alice'); const Bob = privateKey('//Bob'); -- gitstuff