ci: modify babel config for jest to avoid warning (#340)

This commit is contained in:
Hu Song
2021-06-16 16:56:23 +08:00
committed by GitHub
parent 49be3e16e7
commit fa995532a3

View File

@@ -11,6 +11,7 @@ module.exports = {
[
"@babel/preset-env",
{
loose: true,
targets: {
node: "current"
}