6 Star 19 Fork 2

马树/game_of_life

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
jest.config.js 203 Bytes
一键复制 编辑 原始数据 按行查看 历史
Leslie Wong 提交于 2022-05-19 22:00 . :construction:build: introduce jest to test RLE
module.exports = {
roots: ["<rootDir>/src"],
testMatch: [
"**/__tests__/**/*.+(ts|tsx|js)",
"**/?(*.)+(spec|test).+(ts|tsx|js)",
],
transform: {
"^.+\\.(ts|tsx)$": "ts-jest",
},
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/leslie_wong/game_of_life.git
git@gitee.com:leslie_wong/game_of_life.git
leslie_wong
game_of_life
game_of_life
master

搜索帮助