Skip to content

Commit 390fc2d

Browse files
committed
*tests
1 parent 5a0a421 commit 390fc2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@ db.q('SELECT * FROM test_table').then(res => console.dir)
6161
db.q('SELECT * FROM test_table', {}, true).then((res) => {
6262
db.q('SELECT * FROM test_table', {}, true)
6363
console.dir(res)
64+
process.exit()
6465
})

0 commit comments

Comments
 (0)