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

lint fixes

This commit is contained in:
lana-k
2021-02-11 16:53:24 +01:00
parent f6c7c9283e
commit 9a7dca3482
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { expect } from 'chai'
import sinon from 'sinon'
import { state } from '@/store'
import { default as hint, getHints } from '@/hint'
import hint, { getHints } from '@/hint'
import CM from 'codemirror'
describe('hint.js', () => {