misc: Hardhat test scripts removed - Author added and sorted alphabetically

This commit is contained in:
donosonaumczuk
2023-04-21 19:26:43 +01:00
parent 9cbaf7df05
commit 922c1888f5
2 changed files with 7 additions and 35 deletions

View File

@@ -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

View File

@@ -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": [