Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Jan 3, 2025
1 parent 596e0c3 commit f7c194f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions knip.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"ignoreDependencies": [
"@changesets/cli",
"@slonik/test-ssls",
"husky"
],
"project": [
Expand Down
1 change: 0 additions & 1 deletion packages/utilities/src/utilities/parseDsn.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { parseDsn } from './parseDsn';
import { type ConnectionOptions } from '@slonik/types';
import test from 'ava';
import { readFileSync } from 'node:fs';
import { resolve } from 'node:path';

const testParse = test.macro((t, connectionOptions: ConnectionOptions) => {
t.deepEqual(parseDsn(t.title), connectionOptions);
Expand Down

0 comments on commit f7c194f

Please sign in to comment.