更新代码

This commit is contained in:
guaishoudemao
2021-02-06 17:11:40 +08:00
parent 4b053570f2
commit d5353ccbdc
10 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
module.exports = {
env: {
jest: true
}
}