-
Notifications
You must be signed in to change notification settings - Fork 83
refactor: write tests to also work with deno and bun #1143
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
711dd2e
use Uint8Array instead of node specific Buffer
Uzlopak c649b61
unify
Uzlopak 048f729
extract express tests
Uzlopak 1eb2642
upgrade express
Uzlopak 22ac07b
change to .ts imports
Uzlopak 9234a2e
improve tests
Uzlopak 63960ec
fix linting
Uzlopak b366d5d
add deno testing
Uzlopak 6167a27
remove --watch for deno test
Uzlopak 5d9670d
ensure node middleware is returning boolean values
Uzlopak 3186a96
add bun tests
Uzlopak 142c248
make it possible to use Bun.serve
Uzlopak 7add027
createLogger.ts should be kebab-case
Uzlopak 5073a6a
add runtime specific npm scripts
Uzlopak 82e7976
improve gh workflow
Uzlopak bb90369
make content type validation more resilient
Uzlopak 9521951
simplify by removing getMissingHeaders
Uzlopak 18bc938
simplify find-free-port
Uzlopak d861441
rename variable
Uzlopak 02d2954
Merge branch 'main' into unify
Uzlopak f3fc032
fix merge
Uzlopak ab710a4
fix test workflow
Uzlopak c737a79
modify test runner
Uzlopak 1c68dd3
Merge branch 'main' into unify
wolfy1339 eac28e3
improve workflow
Uzlopak 2184a48
use get-port
Uzlopak 5cee5fd
fix github workflow
Uzlopak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
.nyc_output | ||
coverage | ||
node_modules | ||
deno.lock | ||
bun.lock | ||
|
||
# Build output folder | ||
pkg/ |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.