Skip to content

Commit

Permalink
chore: add jest to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Nov 5, 2023
1 parent e58391a commit 7ad9daf
Show file tree
Hide file tree
Showing 6 changed files with 129 additions and 294 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"tsconfigs",
"typelevel",
"typepark",
"Uncapitalize",
"unpartial",
"unshift"
],
Expand Down
4 changes: 4 additions & 0 deletions jest.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/** @type {import('jest').Config} */
export default {
projects: ['type-plus'],
}
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepare": "husky install",
"release": "changeset publish",
"size": "turbo run size",
"test": "turbo run test",
"test": "jest -c jest.config.mjs",
"tp": "pnpm --filter type-plus",
"verify": "run-p lint verify:turbo",
"verify:turbo": "turbo run build build:doc depcheck coverage test:type size",
Expand All @@ -36,10 +36,15 @@
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-yml": "~1.10.0",
"husky": "^8.0.1",
"jest": "^29.5.0",
"jest-watch-suspend": "^1.1.2",
"jest-watch-toggle-config-2": "^2.1.0",
"jest-watch-typeahead": "^2.2.2",
"npm-check-updates": "^16.0.0",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"rimraf": "^5.0.0",
"ts-jest": "^29.1.0",
"turbo": "1.10.16",
"typedoc": "^0.25.0",
"typedoc-plugin-extras": "^2.3.3",
Expand Down
Loading

0 comments on commit 7ad9daf

Please sign in to comment.