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

Convert to bun #543

Merged
merged 1 commit into from Sep 13, 2023
Merged

Convert to bun #543

merged 1 commit into from Sep 13, 2023

Conversation

alxjrvs
Copy link
Member

@alxjrvs alxjrvs commented Sep 13, 2023

Bun 1.0 recently released, and I am lured in by its promises of simple testing and building and Typescript-pseudo-nativity.

This PR:

  • Removes Parcel, constructs build.ts for bun build script
  • adopts bun TSconfig / package defaults, formatting
  • Converts jest tests to bun tests, requiring some minor re-architecture to cover for missing functionality in specs
  • remove jest
  • update scripts and workflows
  • pass along generateInitialRolls function alongside roll parameters (for testing)

@github-actions
Copy link
Contributor

github-actions bot commented Sep 13, 2023

size-limit report 📦

Path Size
dist/main.js 0 B (-100% 🔽)
dist/index.js 2.88 KB (+100% 🔺)

@taylorkearns
Copy link

taylorkearns commented Sep 13, 2023

Converts jest tests to bun tests

what you say

@alxjrvs alxjrvs merged commit 3243f3a into main Sep 13, 2023
6 checks passed
@alxjrvs alxjrvs deleted the jarvis/bun branch September 13, 2023 21:22
@alxjrvs
Copy link
Member Author

alxjrvs commented Sep 13, 2023

@taylorkearns Built-in Bun testing! Not as feature-adept as jest yet, but it is getting there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants