Separated setup from the start method
As the title says: Separated setup from the start method. This allows the server instance to be created but not booted, extremely useful for testing frameworks (i.e. Jest/Supertest)
As the title says: Separated setup from the start method. This allows the server instance to be created but not booted, extremely useful for testing frameworks (i.e. Jest/Supertest)