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

#116 update tests

This commit is contained in:
lana-k
2024-09-16 23:49:02 +02:00
parent 04274ef19a
commit 53e5194295
6 changed files with 677 additions and 13 deletions

View File

@@ -125,7 +125,7 @@ describe('Schema.vue', () => {
})
it('adds table', async () => {
const file = { name: 'test.csv' }
const file = new File([], 'test.csv')
sinon.stub(fIo, 'getFileFromUser').resolves(file)
sinon.stub(csv, 'parse').resolves({