A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/avajs/get-port below:

GitHub - avajs/get-port: Cooperative get-port implementation

AVA 4 plugin which works like get-port, but ensures the port is locked across all test files.

Install this as a development dependency alongside AVA itself:

npm install --save-dev @ava/get-port
import getPort from '@ava/get-port';

test.before('get port', async t => {
  t.context.port = await getPort();
});

getPort() reserves a port, such that no other concurrently executing test file also using getPort() will select that same port. To ensure the port is available it then (briefly) listens. You can pass options used when listening. You can't pass port though.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4