add jest for testing
This commit is contained in:
parent
a60c32d369
commit
64d49cc4d8
|
@ -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"
|
||||
|
|
|
@ -25,4 +25,4 @@ module.exports = {
|
|||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue