Kind: Function
Source: atloria-monorepo/apps/screenshot-worker/test/helpers/test-server.ts
Create and start a test server
Signature
tsasync function createTestServer(options: { port?: number; fixturesPath?: string }): Promise<TestServer>
Parameters
| Name | Type |
|---|---|
options | { port?: number; fixturesPath?: string } |
Returns: Promise<TestServer>
Was this page helpful?