nx/packages/node/utils.ts
Colum Ferry e5c7f6db18 feat(testing): add continuous tasks support for jest e2e with node (#30675)
## Current Behavior
When generating `node` projects with an `e2e` project using Jest, we do
not supply any method for the node application to actually be started
before running the tests.

## Expected Behavior
Using Continuous Tasks, have the e2e project dependOn the serve of the
`node` project such that it is available for the e2e tests to run
against it.
2025-04-15 09:23:45 -04:00

3 lines
116 B
TypeScript

export { waitForPortOpen } from './src/utils/wait-for-port-open';
export { killPort } from './src/utils/kill-port';