Closed eps1lon closed 1 year ago
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Latest deployment of this branch, based on commit 3e93ef4d83c81b973073708d4d3f5688839f808a:
Sandbox | Source |
---|---|
react-testing-library-examples | Configuration |
All the CI steps work locally but not in CI. This is not something I wish to debug. But good to know we can potentially debug Bun compat issues locally.
Checking if the repo is compatible with Bun. There's on test assertion that needed changing and I'm pretty sure that's a bug in Bun.
I wonder if all the
kcd-script
calls actually use Bun since they have a shebang that wants Node.js. Type-checking shows only 10% difference:bun run format
works locally but not in CI: