From ea0060556dae131ad234cacdf80a4ef278473d46 Mon Sep 17 00:00:00 2001 From: Tan Li Hau Date: Fri, 14 Oct 2022 13:16:18 +0800 Subject: [PATCH] Update package.json Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4e68a36978..c9a67c9311 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, "types": "types/runtime/index.d.ts", "scripts": { - "test": "npm run test:integration && npm run test:unit", + "test": "npm run test:unit && npm run test:integration", "test:integration": "mocha --exit", "test:unit": "mocha --config .mocharc.unit.js --exit", "quicktest": "mocha --exit",