2a8f4032c6
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
11 lines
274 B
JavaScript
11 lines
274 B
JavaScript
// 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)
|
|
})
|
|
})
|