From a8354af5488bc430b36e24b17aa7b29aa64d7d66 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Fri, 6 May 2022 09:57:17 +0300 Subject: [PATCH] Updating test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a4ebe4fa..4e9181ee 100644 --- a/package.json +++ b/package.json @@ -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'",