From 58f3ecb6b8a511ec2b5de8eae57a22f24c46eaa0 Mon Sep 17 00:00:00 2001 From: bhavik-m Date: Wed, 23 Mar 2022 21:54:56 +0530 Subject: [PATCH] minor fix --- hardhat.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardhat.config.ts b/hardhat.config.ts index df188825..4a4e7a21 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -6,7 +6,6 @@ import "@nomiclabs/hardhat-web3"; import "hardhat-deploy"; import "hardhat-deploy-ethers"; import "@typechain/hardhat"; -import "./scripts/tests/run_test_through_cmd" import { resolve } from "path"; import { config as dotenvConfig } from "dotenv"; import { HardhatUserConfig } from "hardhat/config"; @@ -15,6 +14,7 @@ import { utils } from "ethers"; import Web3 from "web3"; import { network } from "hardhat"; import bigNumber from "bignumber.js"; +import "./scripts/tests/run_test_through_cmd"; dotenvConfig({ path: resolve(__dirname, "./.env") });