1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

add marketplace flow test

This commit is contained in:
Miquel A. Cabot 2022-04-25 15:58:28 +02:00
parent 8fb467f062
commit 5f20019aba
2 changed files with 1 additions and 0 deletions

View File

@ -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'",

View File