From 5f20019aba89f316ea474e02e06a1d290cad405f Mon Sep 17 00:00:00 2001 From: "Miquel A. Cabot" Date: Mon, 25 Apr 2022 15:58:28 +0200 Subject: [PATCH] add marketplace flow test --- package.json | 1 + test/integration/MarketplaceFlow.test.ts | 0 2 files changed, 1 insertion(+) create mode 100644 test/integration/MarketplaceFlow.test.ts diff --git a/package.json b/package.json index ce728ea2..d17104da 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "test:factory": "npm run mocha -- 'test/unit/NftFactory.test.ts'", "test:router": "npm run mocha -- 'test/unit/pools/Router.test.ts'", "test:publishAll": "npm run mocha -- 'test/integration/PublishFlows.test.ts'", + "test:marketplace": "npm run mocha -- 'test/integration/MarketplaceFlow.test.ts'", "test:unit": "npm run mocha -- 'test/unit/**/*.test.ts'", "test:unit:cover": "nyc --report-dir coverage/unit npm run test:unit", "test:integration": "npm run mocha -- 'test/integration/**/*.test.ts'", diff --git a/test/integration/MarketplaceFlow.test.ts b/test/integration/MarketplaceFlow.test.ts new file mode 100644 index 00000000..e69de29b