docs/plans/2026-04-16-slate-v2-slate-hyperscript-bun-migration.md
Fully migrate /Users/zbeyens/git/slate-v2/packages/slate-hyperscript off the
Mocha fixture harness onto the root Bun test setup.
/Users/zbeyens/git/slate-v2/bunfig.tomltest/ directory nameslate or slate-history/Users/zbeyens/git/slate-v2/packages/slate-hyperscript/test/index.jsconfig/bun-test-setup.ts
that targets the Bun spec file instead of the old fixture corpuspackages/slate-hyperscript/test/hyperscript.spec.tsxpackages/slate-hyperscript/test/jsx.tsconfig/tsconfig.bun-test.json to config/tsconfig.test.jsonpnpm installpnpm turbo build --filter=./packages/slate-hyperscriptpnpm turbo typecheck --filter=./packages/slate-hyperscriptbun test ./packages/slate-hyperscript/test/hyperscript.spec.tsxpnpm test:bunpnpm testpnpm lint