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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/javascript/unit/components/TaskDragContainer.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/javascript/unit/components/TaskDragContainer.spec.js b/tests/javascript/unit/components/TaskDragContainer.spec.js
index a8ffa514..ce1605d1 100644
--- a/tests/javascript/unit/components/TaskDragContainer.spec.js
+++ b/tests/javascript/unit/components/TaskDragContainer.spec.js
@@ -46,7 +46,7 @@ describe('TaskDragContainer.vue', () => {
tasks,
settings,
principals,
- }
+ },
})
})