diff --git a/package.json b/package.json index efd9278..f321444 100644 --- a/package.json +++ b/package.json @@ -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" },