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

restore methods on Schema tests

This commit is contained in:
lana-k
2021-01-30 20:26:09 +01:00
parent cd866fcf50
commit 3bcf0b9ea6

View File

@@ -170,5 +170,8 @@ describe('Schema.vue', () => {
await $db.loadDb.returnValues[0]
expect(mutations.saveSchema.calledOnceWith(state, newSchema)).to.equal(true)
$db.loadDb.restore()
fu.getFileFromUser.restore()
})
})