1.0.0 • Published 3 years ago

@web-io/jest v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@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"
});

变更日志

查看变更日志了解更多。