Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 19, 2024
1 parent cf7ece6 commit bec3290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('mysql', () => {
assert.ok(this.dbh.connection.connectionId)
})

if (process.env.NODE_ENV='cov') {
if (process.env.NODE_ENV === 'cov') {
it('is noisy when debug=true', async () => {
mysql.debug(true)
await mysql.execute(`SHOW DATABASES`)
Expand Down

0 comments on commit bec3290

Please sign in to comment.