@web-io/jest
v1.0.0
Published
Test framework using Jest - https://jestjs.io/.
Downloads
2
Readme
@web-io/jest
Test framework using Jest.
使用
新建jest.connfig.ts
配置文件,引用@web-io/jest
import {defineConfig} from "@web-io/jest";
export default defineConfig();
// 可传入jest configuration
// https://jestjs.io/zh-Hans/docs/configuration
export default defineConfig({
preset: "ts-jest",
testEnvironment: "node"
});
变更日志
查看变更日志了解更多。