add jest for testing

This commit is contained in:
Eric Vergnaud 2021-02-13 02:29:35 +08:00
parent a60c32d369
commit 64d49cc4d8
4 changed files with 5993 additions and 3 deletions

View File

@ -20,9 +20,10 @@
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.1",
"ini": "1.3.6",
"jest": "^26.6.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"ini": "1.3.6"
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "webpack"

View File

@ -25,4 +25,4 @@ module.exports = {
}
}]
}
}
};

5989
runtime/JavaScript/yarn.lock Normal file

File diff suppressed because it is too large Load Diff