Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 6, 2024
1 parent 014d72c commit 41d14c3
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 1,829 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@
"scripts": {
"compile": "tsc",
"build": "yarn clean && yarn compile",
"test": "jest",
"release": "standard-version",
"--------------": "",
"format": "prettier --write .",
"clean": "rimraf -g dist **/*.tsbuildinfo ./test/projects/nx/dist",
"clean:all": "yarn clean && rimraf -g node_modules \"**/node_modules\" \"**/yarn.lock\" yarn.lock",
"reset": "yarn clean:all && yarn install && yarn build",
"-------------- ": "",
"prebuild": "rimraf -g dist",
"install:tests": "cd test && yarn install",
"prepare": "yarn install:tests"
"test": "yarn --cwd test install && NODE_OPTIONS=--max_old_space_size=4096 yarn --cwd test jest",
"prebuild": "rimraf -g dist"
},
"keywords": [
"typescript",
Expand Down Expand Up @@ -55,15 +53,12 @@
"nx-transformer.js"
],
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/minimatch": "^5.1.2",
"@types/node": "^18.11.2",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"rimraf": "^5.0.5",
"standard-version": "^9.5.0",
"@types/ts-expose-internals": "npm:[email protected]",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"ts-patch": "^3.1.2",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion jest.config.ts → test/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const config: JestConfigWithTsJest = {
"^.+\\.tsx?$": [
"ts-jest",
{
tsconfig: "<rootDir>/test/tsconfig.json",
tsconfig: "<rootDir>/tsconfig.json",
},
],
},
Expand Down
3 changes: 3 additions & 0 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
"@nrwl/js": "^15.0.0",
"@nrwl/node": "^15.0.0",
"@nrwl/workspace": "^15.0.0",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"nx": "^15.0.0",
"strip-ansi": "^6.0.1",
"ts-expose-internals": "^4.1.2",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2",
"ts-patch": "latest",
"tsp1": "npm:ts-patch@1.*.*",
Expand Down
Loading

0 comments on commit 41d14c3

Please sign in to comment.