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:
Diffstat (limited to 'tests/javascript/unit/components/Colorpicker.spec.js')
-rw-r--r--tests/javascript/unit/components/Colorpicker.spec.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/javascript/unit/components/Colorpicker.spec.js b/tests/javascript/unit/components/Colorpicker.spec.js
new file mode 100644
index 00000000..485f0ba2
--- /dev/null
+++ b/tests/javascript/unit/components/Colorpicker.spec.js
@@ -0,0 +1,11 @@
+// import { shallowMount } from '@vue/test-utils'
+// import Colorpicker from '../../src/components/Colorpicker'
+
+describe('colorpicker.vue', () => {
+ 'use strict'
+
+ it('simulates test', () => {
+ // const wrapper = shallowMount(Colorpicker)
+ expect(true).toBe(true)
+ })
+})