## 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.
3 lines
116 B
TypeScript
3 lines
116 B
TypeScript
export { waitForPortOpen } from './src/utils/wait-for-port-open';
|
|
export { killPort } from './src/utils/kill-port';
|