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

Updating test command

This commit is contained in:
Jamie Hewitt 2022-05-06 09:57:17 +03:00
parent d39c091999
commit a8354af548

View File

@ -36,7 +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:examples": "npm run mocha -- 'test/integration/CodeExamples.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'",