Skip to content

Commit

Permalink
chore: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
atheck committed Jun 28, 2024
1 parent 1aa4e3b commit a4afc99
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jest/sqlStatementMatchers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ declare global {

const selectRegex = /\bSELECT\b/iu;
const selectDistinctRegex = /\bSELECT\s+DISTINCT\b/iu;
const onConflictRegex = /\bON\s+CONFLICT\b/iu;
const doUpdateSetRegex = /\bDO\s+UPDATE\s+SET\b/iu;
const selectCountRegex = /\bSELECT(?<space>\s|\n)+COUNT\(\*\)/iu;
const valuesRegex = /\bVALUES\s+\(/iu;
const fromRegex = /\bFROM\b/u;
Expand Down

0 comments on commit a4afc99

Please sign in to comment.