Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 23, 2024
1 parent bd7922c commit 930a798
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __tests__/migrate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import "./helpers"; // Has side-effects; must come first
import mockFs from "mock-fs";

import { migrate } from "../src";
import { logDbError } from "../src/instrumentation";
import { withClient } from "../src/pg";
import { ParsedSettings, parseSettings } from "../src/settings";
import { makeMigrations, resetDb, settings } from "./helpers";
import { logDbError } from "../src/instrumentation";

beforeEach(resetDb);
beforeEach(async () => {
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"include": ["src/**/*", "__tests__/**/*", "*.js", "./.*.js"],
"exclude": [],
"compilerOptions": {
"noEmit": true
}
"noEmit": true,
},
}

0 comments on commit 930a798

Please sign in to comment.