@darcytech/jest-preset-darcytech
Version:
jest 基础可共享配置
41 lines (40 loc) • 869 B
JSON
{
"name": "@darcytech/jest-preset-darcytech",
"version": "2.3.0",
"description": "jest 基础可共享配置",
"keywords": [
"jest",
"jest-config",
"preset",
"jest-dom",
"jest-circus",
"jest-watch-typeahead"
],
"license": "MIT",
"main": "jest-preset.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@swc/core": "^1.10.1",
"@swc/jest": "^0.2.37",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"identity-obj-proxy": "^3.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2"
},
"peerDependencies": {
"jest": "^29.7.0"
},
"gitHead": "32c4b466e05da8d1601c9aabe72b5d4cffd99859"
}