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-04-30 16:19:46 +0300
committerVincent Petry <vincent@nextcloud.com>2021-04-30 16:24:08 +0300
commitbb474060e9373d8634fed15c328619fc54a36258 (patch)
tree91287b751288426c28160b9e852c35ba0efa8677 /jest.config.js
parent0c6e58a421edbdd305d02d864091af7986eee695 (diff)
Fix tabs in config files
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 faa2f2657..b98e9334e 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -28,7 +28,7 @@ module.exports = {
setupFiles: ['jest-localstorage-mock'],
setupFilesAfterEnv: [
'<rootDir>/src/test-setup.js',
- 'jest-mock-console/dist/setupTestFramework.js',
+ 'jest-mock-console/dist/setupTestFramework.js',
],
transform: {
// process `*.js` files with `babel-jest`