test: add jest

This commit is contained in:
LeoKu
2021-10-17 20:31:36 +08:00
parent 024f9afd5c
commit 01c4307174
9 changed files with 2494 additions and 38 deletions

View File

@@ -2,6 +2,7 @@ module.exports = {
root: true,
env: {
node: true,
jest: true,
},
globals: {
defineProps: 'readonly',