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:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-05-11 15:02:58 +0300
committerGitHub <noreply@github.com>2021-05-11 15:02:58 +0300
commit903e5a0b107a7a84d3b1e5a906e073220b01a997 (patch)
tree71e84c52c92a90deb1a05f47c24ddf7f46ec594e /jest.config.js
parent93e2ad65bb6b841b5292047aab41b05c8165c87d (diff)
parent8ce1f0df5f9263141ad38d6da6c973c578c16a7a (diff)
Merge pull request #5570 from nextcloud/test/noid/messages
JS tests for Message component
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
index 8caefe709..12ebce386 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -24,6 +24,9 @@ module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/no-babel',
// Allow tests in the src and in tests/unit folders
testMatch: ['<rootDir>/src/**/*.(spec|test).(ts|js)'],
+ transformIgnorePatterns: [
+ 'node_modules/(?!(vue-material-design-icons|@juliushaertl)/)',
+ ],
resetMocks: false,
setupFiles: ['jest-localstorage-mock'],
setupFilesAfterEnv: [