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

Export result set to CSV file #81

This commit is contained in:
lana-k
2021-08-20 15:36:19 +02:00
parent e9c97beb5a
commit b33974c26c
8 changed files with 85 additions and 11 deletions

View File

@@ -3,7 +3,7 @@ import sinon from 'sinon'
import Vuex from 'vuex'
import { mount } from '@vue/test-utils'
import CsvImport from '@/components/CsvImport'
import csv from '@/components/CsvImport/csv'
import csv from '@/lib/csv'
describe('CsvImport.vue', () => {
let state = {}