difftreelog
Remove .only
in: master
2 files changed
tests/src/removeCollectionSponsor.test.tsdiffbeforeafterboth28let alice: IKeyringPair;28let alice: IKeyringPair;29let bob: IKeyringPair;29let bob: IKeyringPair;303031describe.only('integration test: ext. removeCollectionSponsor():', () => {31describe('integration test: ext. removeCollectionSponsor():', () => {323233 before(async () => {33 before(async () => {34 await usingApi(async () => {34 await usingApi(async () => {858586});86});878788describe.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' });tests/src/scheduler.test.tsdiffbeforeafterboth18chai.use(chaiAsPromised);18chai.use(chaiAsPromised);191920describe('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');