Skip to content

Commit

Permalink
Update test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 20, 2024
1 parent 8b1986a commit fd37497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ test('preferred ports is bound up with different hosts', async t => {
t.is(port, desiredPorts[3]);
});

test('clear locked ports', async t => {
test('clearLockedPorts()', async t => {
const desiredPort = 8088;
const port1 = await getPort({port: desiredPort});
t.is(port1, desiredPort);
Expand Down

0 comments on commit fd37497

Please sign in to comment.