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@pm.me>2020-03-18 11:27:43 +0300
committerMarco Ambrosini <marcoambrosini@pm.me>2020-03-18 11:29:42 +0300
commit35fc161be7f51219c6f6ba5c0ebe4825159ae584 (patch)
tree3d2ac1b44f658e4eea03fd0de08012811a4c0586 /jest.config.js
parent4c61194fdbd53c7741950c8fccfdab2ba2e649b3 (diff)
Install jest
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 000000000..c33a3d6e4
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,3 @@
+module.exports = {
+ preset: '@vue/cli-plugin-unit-jest/presets/no-babel'
+}