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

fix lint error

This commit is contained in:
lana-k
2021-08-18 22:09:32 +02:00
parent cabc4f8acd
commit e9c97beb5a

View File

@@ -48,7 +48,7 @@ describe('Chart.vue', () => {
expect(dereference.default.called).to.equal(true)
})
it(`doesn't calls dereference when dataSources is null`, async () => {
it("doesn't calls dereference when dataSources is null", async () => {
sinon.stub(dereference, 'default')
const dataSources = {
id: [1],