From 779a076822a16ccb3af2b66029b67a379c0a973f Mon Sep 17 00:00:00 2001 From: Sebastian Pape <0xneo11@gmail.com> Date: Fri, 8 Nov 2024 11:07:51 +0100 Subject: [PATCH] fix tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },