Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
w1am committed Feb 28, 2024
1 parent e9fd33e commit 6213427
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/__test__/extra/write-after-end.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import {
EventData,
EventStoreDBClient,
jsonEvent,
JSONEventType,
UnavailableError,
} from "@eventstore/db-client";

Expand Down
2 changes: 1 addition & 1 deletion src/__test__/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"noUnusedLocals": false,
"noUnusedLocals": true,
"paths": {
"@eventstore/db-client": ["../"],
"@test-utils": ["./utils"]
Expand Down
1 change: 0 additions & 1 deletion src/__test__/utils/Cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import type { EndPoint } from "../../types";

import { testDebug } from "./debug";
import { dockerImages } from "./dockerImages";
import { delay } from "./delay";

const rmdir = promisify(fs.rmdir);
const mkdir = promisify(fs.mkdir);
Expand Down

0 comments on commit 6213427

Please sign in to comment.