summaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2021-05-12 12:35:21 +0200
committerVincent Petry <vincent@nextcloud.com>2021-05-18 09:43:38 +0200
commitf36ad0b63adb8816249cb5f146885cddbeaa1167 (patch)
treef687582f062b0f583711df45e5b1ae103a6a3a18 /jest.config.js
parent31c0dae2ae397f09beba6730ad729f7cb50b6e28 (diff)
JS tests for LeftSidebar
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index 12ebce386..2e3a7a3f1 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -25,7 +25,7 @@ module.exports = {
// 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)/)',
+ 'node_modules/(?!(vue-material-design-icons|@juliushaertl|tributejs)/)',
],
resetMocks: false,
setupFiles: ['jest-localstorage-mock'],