difftreelog
Remove .only
in: master
2 files changed
tests/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' });
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');