mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-08 02:58:54 +08:00
format
This commit is contained in:
@@ -62,7 +62,9 @@ describe('_sql.js', () => {
|
||||
const data = tempDb.export()
|
||||
const sql = await Sql.build()
|
||||
sql.open(data)
|
||||
expect(() => { sql.exec() }).to.throw('exec: Missing query string')
|
||||
expect(() => {
|
||||
sql.exec()
|
||||
}).to.throw('exec: Missing query string')
|
||||
})
|
||||
|
||||
it('imports', async () => {
|
||||
|
||||
Reference in New Issue
Block a user