1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

add checkBox tests

This commit is contained in:
lana-k
2021-01-01 21:14:57 +01:00
parent ef461be3e5
commit e98fa8793b
4 changed files with 49 additions and 26 deletions

View File

@@ -1,17 +1,3 @@
/* import { expect } from 'chai'
import { shallowMount } from '@vue/test-utils'
import HelloWorld from '@/components/HelloWorld.vue'
describe('HelloWorld.vue', () => {
it('renders props.msg when passed', () => {
const msg = 'new message'
const wrapper = shallowMount(HelloWorld, {
propsData: { msg }
})
expect(wrapper.text()).to.include(msg)
})
})
*/
import { expect } from 'chai'
import initSqlJs from 'sql.js'
import db from '@/database.js'