diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b56b965b5..be0b49277 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -101,9 +101,6 @@ importers: specifier: ^2.3.4 version: 2.3.4 devDependencies: - '@workspace/jest-preset': - specifier: workspace:* - version: link:../jest-preset '@workspace/tsconfig': specifier: workspace:* version: link:../tsconfig diff --git a/workspace/sync-trustwallet-assets/package.json b/workspace/sync-trustwallet-assets/package.json index d1003b6b9..ea5890fbc 100644 --- a/workspace/sync-trustwallet-assets/package.json +++ b/workspace/sync-trustwallet-assets/package.json @@ -6,8 +6,7 @@ "build": "tsc --project tsconfig.build.json", "clean": "rm -rf dist", "lint": "eslint .", - "sync": "node dist/index.js", - "test": "jest" + "sync": "node dist/index.js" }, "lint-staged": { "*": [ @@ -18,14 +17,10 @@ "prettier --write" ] }, - "jest": { - "preset": "@workspace/jest-preset" - }, "dependencies": { "yaml": "^2.3.4" }, "devDependencies": { - "@workspace/jest-preset": "workspace:*", "@workspace/tsconfig": "workspace:*" } }