We need to install bun
with:
curl -fsSL https://bun.sh/install | bash
Then run:
bun install # installs all dependencies
bun run test # will run tests against all *.test.* and *.spec.* files
If you're curious about bundle size and what dependencies actually end up in production:
bun run build:analyze