Skip to content

run ts test without compiling#291

Closed
IlyasShabi wants to merge 1 commit intomainfrom
ishabi/ts-test
Closed

run ts test without compiling#291
IlyasShabi wants to merge 1 commit intomainfrom
ishabi/ts-test

Conversation

@IlyasShabi
Copy link

What does this PR do?:
run TS test without compiling to js

Motivation:
After each change to a test file npm run prepare had to be run to recompile the TS files. Introducing tsx allows tests to run directly against TS files, eliminating the need to recompile on every change.

@IlyasShabi IlyasShabi added the semver-patch Bug or security fixes, mainly label Mar 4, 2026
@github-actions
Copy link

github-actions bot commented Mar 4, 2026

Overall package size

Self size: 1.89 MB
Deduped: 2.24 MB
No deduping: 2.24 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | node-gyp-build | 3.9.0 | 8.81 kB | 8.81 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@pr-commenter
Copy link

pr-commenter bot commented Mar 4, 2026

Benchmarks

Benchmark execution time: 2026-03-04 21:29:24

Comparing candidate commit 3367882 in PR branch ishabi/ts-test with baseline commit 37c40ef in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 89 metrics, 31 unstable metrics.

@IlyasShabi IlyasShabi closed this Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver-patch Bug or security fixes, mainly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant