Skip to content

Commit

Permalink
fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonmanRolls committed Jul 8, 2022
1 parent c623ca4 commit 53852d9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 32 deletions.
17 changes: 0 additions & 17 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"publish:local:ensjs": "yalc publish packages/ensjs --push --up"
},
"devDependencies": {
"@types/dns-packet": "^5.2.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint": "^8.11.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/ensjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"generate-types": "ts-node scripts/runTypechain.ts",
"generate-abis": "hardhat export-abi",
"start": "ts-node --files src/index.test.ts",
"test": "jest --run-in-band src/tests",
"test:watch": "jest --watch --run-in-band src/tests",
"test": "jest --run-in-band",
"test:watch": "jest --watch --run-in-band",
"test:specific": "ts-node --files ",
"clean": "rm -rf ./dist ./README.md ./LICENSE",
"build:esm": "tsc --project tsconfig.esm.json",
Expand Down Expand Up @@ -58,7 +58,6 @@
"@swc/jest": "^0.2.20",
"@typechain/ethers-v5": "^10.0.0",
"@types/bn.js": "^5.1.0",
"@types/dns-packet": "^5.2.4",
"@types/jest": "^27.4.1",
"dotenv": "^16.0.0",
"ens-contracts": "github:ensdomains/ens-contracts#head=master&commit=3ecc56b14beb4aae8296f8a94f7c0d095e62fd93",
Expand Down
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,6 @@ __metadata:
"@swc/jest": ^0.2.20
"@typechain/ethers-v5": ^10.0.0
"@types/bn.js": ^5.1.0
"@types/dns-packet": ^5.2.4
"@types/jest": ^27.4.1
dns-packet: ^5.3.1
dotenv: ^16.0.0
Expand Down Expand Up @@ -2149,15 +2148,6 @@ __metadata:
languageName: node
linkType: hard

"@types/dns-packet@npm:^5.2.4":
version: 5.2.4
resolution: "@types/dns-packet@npm:5.2.4"
dependencies:
"@types/node": "*"
checksum: 45a725a0a633c07f1da19188a5906a51669a37d941752da06404a9bd0e5d551aacce5b6c92c0539f38f2e8bbda46c92560c9ba3ee2ef13761e974933ef888fe1
languageName: node
linkType: hard

"@types/graceful-fs@npm:^4.1.2":
version: 4.1.5
resolution: "@types/graceful-fs@npm:4.1.5"
Expand Down Expand Up @@ -4656,7 +4646,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "ensjs-monorepo@workspace:."
dependencies:
"@types/dns-packet": ^5.2.4
"@typescript-eslint/eslint-plugin": ^5.15.0
"@typescript-eslint/parser": ^5.15.0
eslint: ^8.11.0
Expand Down

0 comments on commit 53852d9

Please sign in to comment.