Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Ambrosini <marcoambrosini@icloud.com>2022-09-12 14:25:20 +0300
committerMarco Ambrosini <marcoambrosini@icloud.com>2022-09-12 18:21:12 +0300
commite7853c59a7eed5228c204727927411d1ba82167a (patch)
tree22e7f14e9d0dd8d532177c6c80dae7aa5fd156fd /babel.config.js
parent33a60fcf662a12b63e147f8a485c68c73acb41f9 (diff)
Use jest instead of @vue/cli-plugin-jestfeat/package-node-npm-engines-update
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com>
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js
index 8be4fc38b..f0ff36c65 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,3 +1,6 @@
const babelConfig = require('@nextcloud/babel-config')
module.exports = babelConfig
+
+// Config for jest
+module.exports.presets.push('@babel/preset-typescript')