1 Star 1 Fork 0

dpapejs/dpapejs-util

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
jest.config.js 510 Bytes
Copy Edit Raw Blame History
yangj authored 2022-06-30 11:34 . feat: push v1.0.0
/** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testEnvironmentOptions: { includeNodeLocations: true },
reporters: [
'default',
[
'jest-html-reporters',
{
publicPath: './testReport',
pageTitle: '@dpapejs/util 工具类测试报告',
includeFailureMsg: true
}
]
],
moduleFileExtensions: ['js', 'ts'],
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/dpapejs/utils.git
git@gitee.com:dpapejs/utils.git
dpapejs
utils
dpapejs-util
master

Search