From 497cdb9b435271ad2e3ef7b3914090e2e7265362 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Thu, 19 Jan 2023 13:00:31 +0200 Subject: [PATCH] test just multichain provider tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5bac7c6..dfef0411 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test": "npm run lint && npm run test:unit:cover && npm run test:integration:cover", "test:unit": "npm run mocha -- 'test/unit/**/*.test.ts'", "test:unit:cover": "nyc --report-dir coverage/unit --exclude 'src/@types/**/*' npm run test:unit", - "test:integration": "npm run mocha -- 'test/integration/**/*.test.ts'", + "test:integration": "npm run mocha -- 'test/integration/MultichainProvider.test.ts'", "test:integration:cover": "nyc --report-dir coverage/integration --no-clean npm run test:integration", "create:guide": "./scripts/createCodeExamples.sh test/integration/CodeExamples.test.ts", "create:guidec2d": "./scripts/createCodeExamples.sh test/integration/ComputeExamples.test.ts",