Skip to content

Commit

Permalink
remove jest
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Nov 7, 2023
1 parent c526a9d commit 10f50d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

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

7 changes: 1 addition & 6 deletions workspace/sync-trustwallet-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
"*": [
Expand All @@ -18,14 +17,10 @@
"prettier --write"
]
},
"jest": {
"preset": "@workspace/jest-preset"
},
"dependencies": {
"yaml": "^2.3.4"
},
"devDependencies": {
"@workspace/jest-preset": "workspace:*",
"@workspace/tsconfig": "workspace:*"
}
}

0 comments on commit 10f50d6

Please sign in to comment.