UNPKG

rerumaccusamus

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

13 lines (9 loc) 342 B
--- title: "src/**/*.test.[tj]sx?" sidebar_position: 6 --- 应用项目测试文件。 应用项目支持在项目源码目录(src)下创建后缀为 `.test.[tj]sx?` 文件进行编写测试用例。 :::note 使用单元测试、集成测试需要提前在项目下执行 new 命令启用「单元测试 / 集成测试」功能。 :::