From 922c1888f557fed6bca9cda9abf5a7d5077eb879 Mon Sep 17 00:00:00 2001 From: donosonaumczuk Date: Fri, 21 Apr 2023 19:26:43 +0100 Subject: [PATCH] misc: Hardhat test scripts removed - Author added and sorted alphabetically --- .github/workflows/ci.yml | 14 +------------- package.json | 28 ++++++---------------------- 2 files changed, 7 insertions(+), 35 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6b3ce0..b5732c2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,19 +39,7 @@ jobs: source .env forge test -vvv - # compile_and_run_tests: - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v2 - # - uses: actions/setup-node@v2 - # with: - # node-version: '16' - # - name: Install dependencies - # run: npm ci - # - name: Compile code and run test coverage - # run: npm run hardhat:coverage - - # foundry_merge: + # foundry_coverage: # strategy: # fail-fast: true diff --git a/package.json b/package.json index ad48ad1..2f2d9a7 100644 --- a/package.json +++ b/package.json @@ -4,27 +4,10 @@ "description": "Composable and decentralized social graph", "main": "index.js", "scripts": { - "test": "npm run compile && TRACK_GAS=true hardhat test", - "qt": "hardhat test", - "spdx": "hardhat prepend-spdx-license", - "size": "npm run compile && SKIP_LOAD=true hardhat size-contracts", "full-deploy-local": "hardhat full-deploy --network localhost", "full-deploy-mumbai": "hardhat full-deploy --network mumbai", - "hardhat:coverage": "npm run compile && hardhat coverage --temp temp-artifacts --testfiles test/emptyrun.coverage.ts && hardhat coverage --temp temp-artifacts --testfiles '!test/emptyrun.coverage.ts'", - "foundry:coverage": "forge coverage --report lcov", - "merge:coverage": "bash scripts/mergeCoverage.sh", - "coverage": "npm run hardhat:coverage && npm run foundry:coverage && npm run merge:coverage", "run-env": "npm i && tail -f /dev/null", - "hardhat": "hardhat", - "hardhat:kovan": "hardhat --network kovan", - "hardhat:tenderly-main": "hardhat --network tenderlyMain", - "hardhat:ropsten": "hardhat --network ropsten", - "hardhat:main": "hardhat --network main", - "hardhat:docker": "hardhat --network hardhatevm_docker", - "hardhat:mumbai": "hardhat --network mumbai", - "hardhat:matic": "hardhat --network matic", "compile": "SKIP_LOAD=true hardhat clean && SKIP_LOAD=true hardhat compile", - "console:fork": "MAINNET_FORK=true hardhat console", "format": "prettier --write .", "lint": "eslint ." }, @@ -79,13 +62,14 @@ }, "author": "Lens", "contributors": [ - "Peter Michael (Zer0dot)", - "Miguel Martinez", - "Lasse Herskind", - "Steven Valeri", "Alan Donoso Naumczuk", + "David Racero", "Emilio Frangella", - "David Racero" + "Lasse Herskind", + "Miguel Martinez", + "Peter Michael (Zer0dot)", + "Steven Valeri", + "Victor Naumik" ], "license": "MIT", "keywords": [