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:
authorVincent Petry <vincent@nextcloud.com>2021-05-06 11:08:31 +0300
committerVincent Petry <vincent@nextcloud.com>2021-05-10 12:46:47 +0300
commit8ce1f0df5f9263141ad38d6da6c973c578c16a7a (patch)
tree09b33d05c48b0531682f651af864c20008fde3d6 /jest.config.js
parentb858f28c2a041e409dea79f80eb4d94597c88541 (diff)
Add JS tests for Message component
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
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 b98e9334e..e45ffde02 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: [