From 522a08843d3daba4400c93d1c171cf8444402c2c Mon Sep 17 00:00:00 2001 From: koteld Date: Thu, 2 May 2024 10:28:14 +0200 Subject: [PATCH] update package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 550c6ce..ee82bea 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "test:automationRegistry": "mocha --exit 'test/automationRegistry.test.ts'", "test:functions": "mocha --exit 'test/functionsRouter.test.ts'", "test:functionsSimulation": "mocha --exit 'test/functionsSimulation.test.ts'", - "test": "yarn test:prepare && yarn test:dataFeed && yarn test:dataFeedProxy && yarn test:ensFeedsResolver && yarn test:feedRegistry && yarn test:l2FeedUptimeSequencer && yarn test:vrfCoordinator && yarn test:automationRegistrar && yarn test:automationRegistry && yarn test:functions", + "test": "yarn test:prepare && yarn test:dataFeed && yarn test:dataFeedProxy && yarn test:ensFeedsResolver && yarn test:feedRegistry && yarn test:vrfCoordinator && yarn test:automationRegistrar && yarn test:automationRegistry && yarn test:functions", "copyArtifacts": "copyfiles -a -f ./node_modules/@chainlink/contracts/abi/**/* ./node_modules/@chainlink/contracts-ccip/abi/**/* chainlink-artifacts", "removeArtifacts": "rm -rf chainlink-artifacts", "compile": "hardhat compile", @@ -55,6 +55,7 @@ "chai-as-promised": "^7.1.1", "copyfiles": "^2.4.1", "hardhat": "^2.17.3", + "hardhat-gas-reporter": "^1.0.8", "mocha": "^10.2.0", "mocha-suppress-logs": "^0.3.1", "prettier": "^2.8.8",