This commit is contained in:
Pan
2018-10-29 15:29:54 +08:00
parent aefd8bb36a
commit 51f99770fe
15 changed files with 172 additions and 22 deletions

5
tests/unit/.eslintrc.js Normal file
View File

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