Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Nov 8, 2024
1 parent 0b22a2a commit 779a076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"lint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
"lint:fix": "eslint \"src/**/*.{js,jsx,ts,tsx}\" --fix",
"dev": "rollup -c rollup.dev.config.js -w",
"test:units": "yarn build && npx jest test/units --no-cache",
"test:units": "yarn build && npx jest tests/units --no-cache",
"test": "yarn test:units",
"test:rpcs": "npx jest --no-cache tests/rpc.availability.spec.js"
},
Expand Down

0 comments on commit 779a076

Please sign in to comment.