1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
This commit is contained in:
lana-k
2025-01-12 22:00:48 +01:00
parent f55a8caa92
commit 108d96a753
9 changed files with 63 additions and 62 deletions

View File

@@ -95,7 +95,7 @@ describe('Inquiries.vue', () => {
createdAt: '2020-03-08T19:57:56.299Z'
}
])
const state = {
predefinedInquiries: [],
inquiries: [
@@ -140,7 +140,7 @@ describe('Inquiries.vue', () => {
createdAt: '2020-03-08T19:57:56.299Z'
}
])
const state = {
predefinedInquiries: [],
inquiries: [
@@ -184,7 +184,7 @@ describe('Inquiries.vue', () => {
createdAt: '2020-03-08T19:57:56.299Z'
}
])
const state = {
predefinedInquiries: [],
inquiries: [
@@ -775,7 +775,7 @@ describe('Inquiries.vue', () => {
const state = {
predefinedInquiries: [],
inquiries: [inquiryInStore]
inquiries: [inquiryInStore]
}
const store = new Vuex.Store({ state, mutations, actions })