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
--- 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' });
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');