Skip to content

Commit

Permalink
chore: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwelwel committed Jun 24, 2024
1 parent cbee260 commit 3a2ad29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/wait-for.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* c8 ignore next */
import { createConnection } from 'node:net';
import type { WaitForPortOptions } from '../@types/wait-for.js';
import { createConnection } from 'node:net';

const checkPort = (port: number, host: string): Promise<boolean> =>
new Promise((resolve) => {
Expand Down

0 comments on commit 3a2ad29

Please sign in to comment.