Skip to content

Commit

Permalink
chore: move tests to the root
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 19, 2024
1 parent 36643ff commit 3f93a68
Show file tree
Hide file tree
Showing 5 changed files with 2,436 additions and 277 deletions.
File renamed without changes.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"scripts": {
"compile": "tsc",
"build": "yarn clean && yarn compile",
"test": "yarn test/ test",
"test": "jest",
"release": "changelogen --release --push",
"--------------": "",
"format": "prettier --write .",
Expand Down Expand Up @@ -63,6 +63,7 @@
"@eslint/js": "^9.8.0",
"@tsconfig/node18": "^18.2.4",
"@types/eslint": "^9",
"@types/jest": "^29.5.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^22.2.0",
"@types/ts-expose-internals": "npm:[email protected]",
Expand All @@ -72,8 +73,10 @@
"changelogen": "^0.5.5",
"eslint": "9.x",
"globals": "^15.9.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier-plugin-jsdoc": "^1.3.0",
"ts-jest": "^29.2.4",
"ts-patch": "^3.2.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1"
Expand Down
4 changes: 0 additions & 4 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"private": true,
"license": "MIT",
"scripts": {
"test": "jest",
"g:ts-node": "cd $INIT_CWD && ts-node",
"postinstall": "node prepare.mjs"
},
Expand All @@ -12,11 +11,8 @@
"@nrwl/node": "^15.9.7",
"@nrwl/workspace": "^15.9.7",
"@tsconfig/node18": "^18.2.4",
"@types/jest": "^29.5.12",
"@types/ts-expose-internals": "npm:ts-expose-internals@^4.9.5",
"jest": "^29.7.0",
"nx": "^15.9.7",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"tsp1": "npm:ts-patch@1.*.*",
Expand Down
Loading

0 comments on commit 3f93a68

Please sign in to comment.