使用 --rerun-each
标志,以使用 Bun 测试运行器多次重新运行每个测试。这对于查找不稳定的或非确定性的测试很有用。
# re-run each test 10 times
bun test --rerun-each 10
有关 bun test
的完整文档,请参阅文档 > 测试运行器。
使用 --rerun-each
标志,以使用 Bun 测试运行器多次重新运行每个测试。这对于查找不稳定的或非确定性的测试很有用。
# re-run each test 10 times
bun test --rerun-each 10
有关 bun test
的完整文档,请参阅文档 > 测试运行器。
HTTP
包管理器
将 bun install 与 Artifactory 一起使用
配置 git 以区分 Bun 的 lockb lockfile
在 GitHub Actions 中使用 Bun 安装依赖项
读取文件
运行时
流
将 ReadableStream 转换为 Uint8Array
将 ReadableStream 转换为 ArrayBuffer
将 Node.js Readable 转换为 Uint8Array
实用工具