mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-06 17:36:24 -07:00
Add Jest for JavaScript testing
This commit is contained in:
parent
1be572dc40
commit
8b92872677
8 changed files with 8331 additions and 36 deletions
|
@ -4,7 +4,7 @@
|
|||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"test": "jest --verbose",
|
||||
"build": "gulp",
|
||||
"build-minify": "gulp -m",
|
||||
"build-watch": "gulp -w",
|
||||
|
@ -25,14 +25,17 @@
|
|||
"@babel/core": "^7.10.2",
|
||||
"@babel/preset-env": "^7.10.2",
|
||||
"@babel/register": "^7.10.1",
|
||||
"@jest/globals": "^27.4.6",
|
||||
"@types/jquery": "^3.3.38",
|
||||
"@types/jqueryui": "^1.12.13",
|
||||
"babel-jest": "^27.4.6",
|
||||
"babelify": "^10.0.0",
|
||||
"browserify": "^16.5.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-babel": "^8.0.0",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"jest": "^27.4.7",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"stdio": "^0.2.7",
|
||||
"vinyl-buffer": "^1.0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue