diff --git a/test/unit/exchange.advanced.spec.ts b/test/unit/exchange.advanced.spec.ts index 6a94962..7377a90 100644 --- a/test/unit/exchange.advanced.spec.ts +++ b/test/unit/exchange.advanced.spec.ts @@ -20,7 +20,7 @@ import { faucet } from '@utils/faucet'; import { unseenFixture } from '@utils/fixtures'; import { validTokenID } from 'utils/helper-functions'; -describe.only(`Exchange Advanced - (Unseen v${process.env.VERSION})`, async function () { +describe(`Exchange Advanced - (Unseen v${process.env.VERSION})`, async function () { const { provider } = ethers; let mockERC20: MockERC20; diff --git a/test/unit/exchange.basic.matching.spec.ts b/test/unit/exchange.basic.matching.spec.ts index 7b7dc79..9cb2c17 100644 --- a/test/unit/exchange.basic.matching.spec.ts +++ b/test/unit/exchange.basic.matching.spec.ts @@ -21,7 +21,7 @@ import { unseenFixture } from '@utils/fixtures'; import { duration } from '@utils/time'; import { packData } from 'utils/helper-functions'; -describe.only(`marketplace Basic Matching - (Unseen v${process.env.VERSION})`, async function () { +describe(`marketplace Basic Matching - (Unseen v${process.env.VERSION})`, async function () { const { provider } = ethers; let marketplace: UnseenExchange; diff --git a/test/unit/exchange.basic.spec.ts b/test/unit/exchange.basic.spec.ts index faa0424..2d52511 100644 --- a/test/unit/exchange.basic.spec.ts +++ b/test/unit/exchange.basic.spec.ts @@ -20,7 +20,7 @@ import { deployContract } from '@utils/helpers'; import { clock, duration } from '@utils/time'; import { packData } from 'utils/helper-functions'; -describe.only(`Exchange Basic - (Unseen v${process.env.VERSION})`, async function () { +describe(`Exchange Basic - (Unseen v${process.env.VERSION})`, async function () { const { provider } = ethers; let marketplace: UnseenExchange; diff --git a/test/unit/exchange.globalmaker.spec.ts b/test/unit/exchange.globalmaker.spec.ts index b11ccc9..4ec7a18 100644 --- a/test/unit/exchange.globalmaker.spec.ts +++ b/test/unit/exchange.globalmaker.spec.ts @@ -21,7 +21,7 @@ import { faucet } from '@utils/faucet'; import { unseenFixture } from '@utils/fixtures'; import { deployContract } from '@utils/helpers'; -describe.only(`Exchange Global Maker - (Unseen v${process.env.VERSION})`, async function () { +describe(`Exchange Global Maker - (Unseen v${process.env.VERSION})`, async function () { const { provider } = ethers; let mockERC20: MockERC20; diff --git a/test/unit/exchange.registry.spec.ts b/test/unit/exchange.registry.spec.ts index 12921c4..ef3db8c 100644 --- a/test/unit/exchange.registry.spec.ts +++ b/test/unit/exchange.registry.spec.ts @@ -22,7 +22,7 @@ import { unseenFixture } from '@utils/fixtures'; import { deployContract } from '@utils/helpers'; import { clock, increaseTo } from '@utils/time'; -describe.only(`Exchange Registry - (Unseen v${process.env.VERSION})`, async function () { +describe(`Exchange Registry - (Unseen v${process.env.VERSION})`, async function () { const { provider } = ethers; let mockERC20: MockERC20;