From 51bf3219bc23b1143aadfe1bfccdb9f7194e0707 Mon Sep 17 00:00:00 2001 From: RodrigoAD <15104916+RodrigoAD@users.noreply.github.com> Date: Thu, 9 Dec 2021 14:23:03 +0100 Subject: [PATCH] updated test script name --- gauntlet/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gauntlet/package.json b/gauntlet/package.json index 5ae0f5a34..efc512fdf 100644 --- a/gauntlet/package.json +++ b/gauntlet/package.json @@ -16,8 +16,8 @@ "gauntlet": "yarn build && node ./packages/gauntlet-solana-contracts/dist/index.js", "lint": "tsc -b ./tsconfig.json", "test": "yarn build && SKIP_PROMPTS=true jest --runInBand ./packages", - "test:coverage": "yarn build && yarn test-gauntlet --collectCoverage", - "test:ci": "yarn build && yarn test-gauntlet --ci", + "test:coverage": "yarn test --collectCoverage", + "test:ci": "yarn test --ci", "lint:format": "yarn prettier --check .", "format": "yarn prettier --write .", "clean": "tsc -b --clean ./tsconfig.json",