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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-03 12:23:22 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-06-03 15:28:19 +0300
commitba86523110421c544680a2d155a2add94d4cb3c9 (patch)
tree6b6cc33e7bd99842f0767dda28bb71810877dc6f /jest.config.js
parent596ff94612a3c774f014bd117e93c12faab1e3a2 (diff)
Migrate from Mocha to jest
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js
new file mode 100644
index 000000000..1761253f6
--- /dev/null
+++ b/jest.config.js
@@ -0,0 +1,4 @@
+module.exports = {
+ preset: '@vue/cli-plugin-unit-jest/presets/no-babel',
+ transformIgnorePatterns: ['/node_modules/(?!@ckeditor)/.+\\.js$'],
+}