1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

fix tests

This commit is contained in:
lana-k
2025-01-23 21:36:11 +01:00
parent aa5c907095
commit 8fa3c2ae58
3 changed files with 13 additions and 4 deletions

View File

@@ -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(() => {