@web-io/jest
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

变更日志

查看变更日志了解更多。

Readme

Keywords

Package Sidebar

Install

npm i @web-io/jest

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

8.02 kB

Total Files

9

Last publish

Collaborators

  • leejefy