Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: explore vitests for faster tests [WIP] #231

Draft
wants to merge 22 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:

- name: Test
working-directory: test
run: yarn test --runInBand=false --maxWorkers=2 --workerIdleMemoryLimit=2GB # https://github.com/facebook/jest/issues/11956
run: yarn test
env:
NODE_OPTIONS: --max_old_space_size=4096
6 changes: 0 additions & 6 deletions nx-transformer.js

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"version": "3.5.2",
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
"type": "commonjs",
"main": "./dist/index.js",
"types": "types/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -68,8 +66,6 @@
"@types/node": "^22.5.2",
"@types/ts-expose-internals": "npm:[email protected]",
"@types/ts-node": "npm:ts-node@^10.9.2",
"@types/typescript-3": "npm:[email protected]",
"@types/typescript-4.7": "npm:[email protected]",
"changelogen": "^0.5.5",
"eslint": "9.x",
"globals": "^15.9.0",
Expand All @@ -80,7 +76,7 @@
"typescript-eslint": "^8.3.0"
},
"peerDependencies": {
"typescript": ">=3.6.5"
"typescript": ">=5"
},
"dependencies": {
"minimatch": "^9.0.5"
Expand Down
5 changes: 0 additions & 5 deletions register.js

This file was deleted.

33 changes: 0 additions & 33 deletions src/harmony/harmony-factory.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/harmony/index.ts

This file was deleted.

20 changes: 0 additions & 20 deletions src/harmony/utils.ts

This file was deleted.

125 changes: 0 additions & 125 deletions src/harmony/versions/four-seven.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/harmony/versions/index.ts

This file was deleted.

158 changes: 0 additions & 158 deletions src/harmony/versions/three-eight.ts

This file was deleted.

Loading
Loading