mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 17:59:25 +00:00
Lint cleanup with new rules
This commit is contained in:
@@ -66,7 +66,7 @@ describe('DatabaseConnectionPool', () => {
|
||||
expect(() => dbp.runQuery(sql, params)).toThrow();
|
||||
});
|
||||
|
||||
test('Query with whitespace after ; should not fail', ()=> {
|
||||
test('Query with whitespace after ; should not fail', () => {
|
||||
const dbp = new DatabaseConnectionPool();
|
||||
|
||||
const sql = `
|
||||
|
||||
Reference in New Issue
Block a user