mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
fix tests
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
import { expect } from 'chai'
|
||||
import chai from 'chai'
|
||||
import fIo from '@/lib/utils/fileIo'
|
||||
import sinon from 'sinon'
|
||||
import chaiAsPromised from 'chai-as-promised'
|
||||
|
||||
chai.use(chaiAsPromised)
|
||||
const expect = chai.expect
|
||||
chai.should()
|
||||
|
||||
describe('fileIo.js', () => {
|
||||
afterEach(() => {
|
||||
|
||||
Reference in New Issue
Block a user