This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
daole
/
rpa-robot
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
b52105e224
Ramos
Etiquetas
master
rpa-robot
/
jest.config.js
jest.config.js
132 B
Histórico
Em bruto
1
2
3
4
5
6
module.exports = {
transformIgnorePatterns: [
'node_modules/node-fetch'
],
// 其他配置接着写这儿哈
};