Skip to content

Commit

Permalink
Increase code coverage back up to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpilowsky committed Dec 16, 2020
1 parent 1611a36 commit 185b3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ console.log(highlight('select "users".* from "users" where ("username" = \'test\

console.log(highlight("SELECT COUNT(id), COUNT(id), `id`, `username` FROM `users` WHERE `email` = 'test@example.com' AND `something` = 'oke-doke' AND true = true"))
console.log(highlight("SELECT COUNT(id), `id`, `username` FROM `users` WHERE `email` = 'test@example.com' AND (username in ( SELECT \"name\" from aTable)", { html: false }))
console.log(highlight("SELECT id FROM users"))

0 comments on commit 185b3e4

Please sign in to comment.