若要当文件更改时自动重新运行测试,请使用 --watch
标志
bun test --watch
Bun 将监视对测试文件中导入的任何文件的更改,并在检测到更改时重新运行测试。
它很快。
在包含多个以“url”开头的文件的大文件夹中“bun test --watch url” pic.twitter.com/aZV9BP4eFu
— Jarred Sumner (@jarredsumner) 2023 年 3 月 29 日
简介
Bun 是什么?
安装
快速入门
TypeScript
模板
bun init
bun create
运行时
bun run
File types
TypeScript
JSX
Environment variables
Bun APIs
Web APIs
Node.js compatibility
Single-file executable
Plugins
Watch mode
Module resolution
Auto-install
bunfig.toml
Debugger
框架 API即将推出
包管理器
bun install
bun add
bun remove
bun update
bun link
bun pm
Global cache
Workspaces
Lifecycle scripts
Filter
Lockfile
Scopes and registries
Overrides and resolutions
打包器
Bun.build
加载器
插件
宏
对比 esbuild
测试运行器
bun test
Writing tests
Watch mode
Lifecycle hooks
Mocks
Snapshots
Dates and times
DOM testing
Code coverage
包运行器
bunx
API
HTTP server
WebSockets
Workers
Binary data
Streams
File I/O
import.meta
SQLite
FileSystemRouter
TCP sockets
TCP sockets
Globals
$ Shell
Child processes
Transpiler
Hashing
Console
FFI
HTMLRewriter
Testing
Utils
Node-API
Glob
Semver
项目
路线图
基准测试
贡献
构建 Windows
许可
搜索文档...
/
简介
Bun 是什么?
安装
快速入门
TypeScript
模板
bun init
bun create
运行时
bun run
File types
TypeScript
JSX
Environment variables
Bun APIs
Web APIs
Node.js compatibility
Single-file executable
Plugins
Watch mode
Module resolution
Auto-install
bunfig.toml
Debugger
框架 API即将推出
包管理器
bun install
bun add
bun remove
bun update
bun link
bun pm
Global cache
Workspaces
Lifecycle scripts
Filter
Lockfile
Scopes and registries
Overrides and resolutions
打包器
Bun.build
加载器
插件
宏
与 esbuild 对比
测试运行器
bun test
Writing tests
Watch mode
Lifecycle hooks
Mocks
Snapshots
Dates and times
DOM testing
Code coverage
包运行器
bunx
API
HTTP server
WebSockets
Workers
Binary data
Streams
File I/O
import.meta
SQLite
FileSystemRouter
TCP sockets
TCP sockets
Globals
$ Shell
Child processes
Transpiler
Hashing
Console
FFI
HTMLRewriter
Testing
Utils
Node-API
Glob
Semver
项目
路线图
基准测试
贡献
构建 Windows
许可证
若要当文件更改时自动重新运行测试,请使用 --watch
标志
bun test --watch
Bun 将监视对测试文件中导入的任何文件的更改,并在检测到更改时重新运行测试。
它很快。
在包含多个以“url”开头的文件的大文件夹中“bun test --watch url” pic.twitter.com/aZV9BP4eFu
— Jarred Sumner (@jarredsumner) 2023 年 3 月 29 日