1 Star 0 Fork 6

Feldspar_77/toyed-browser-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
jest.config.js 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
wendraw 提交于 2021-08-21 20:48 . test: update testRegex
/** @type {import('@ts-jest/dist/types').InitialOptionsTsJest} */
module.exports = {
moduleFileExtensions: ["vue", "js", "ts"],
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+\\.ts$": "ts-jest", // ts 文件用 ts-jest 转换
},
// 匹配 __tests__ 目录下的 .js/.ts 文件 或其他目录下的 xx.test.js/ts xx.spec.js/ts
testRegex: "(/__tests__/.*(\\.test|\\.spec))\\.(ts)$",
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hust_jyh/toyed-browser-client.git
git@gitee.com:hust_jyh/toyed-browser-client.git
hust_jyh
toyed-browser-client
toyed-browser-client
main

搜索帮助