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