Interface ICreateServerOptions

Options for createServer() function.

interface ICreateServerOptions {
    tests?: Nilable<IServerTestOptions>;
}

Properties

Properties

tests?: Nilable<IServerTestOptions>

Custom settings for (unit-)tests.

Generated using TypeDoc