From 6e926ea0a26d1c5a3e0373884ae2a8814deef8b2 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Tue, 16 Nov 2021 22:12:01 +0000 Subject: [PATCH] .only removed --- --- a/tests/src/eth/marketplace/marketplace.test.ts +++ b/tests/src/eth/marketplace/marketplace.test.ts @@ -10,7 +10,7 @@ const PRICE = 2000n; -describe.only('Matcher contract usage', () => { +describe('Matcher contract usage', () => { itWeb3('With UNQ', async ({api, web3}) => { const matcherOwner = await createEthAccountWithBalance(api, web3); const matcherContract = new web3.eth.Contract(JSON.parse((await readFile(`${__dirname}/MarketPlace.abi`)).toString()), undefined, { -- gitstuff