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

add tests for Chart.vue

This commit is contained in:
lana-k
2021-02-15 12:40:41 +01:00
parent f3beeb9f1c
commit 2974bc6d34
3 changed files with 79 additions and 8 deletions

View File

@@ -32,3 +32,9 @@ export function getChartStateForSave (state, dataSources) {
dereference(stateCopy.data, emptySources)
return stateCopy
}
export default {
getDataSourcesFromSqlResult,
getOptionsFromDataSources,
getChartStateForSave
}