使用 --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 一起使用
在 GitHub Actions 中使用 Bun 安装依赖项
进程
读取文件
运行时
实用程序