bmordue / lgm

https://lgm-xi.vercel.app
0 stars 0 forks source link

Swagger generated server

Overview

This server was generated by the swagger-codegen project. By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.

Running the server

To run the server, run:

npm start

Tests

Run npm test.

Some tests only run if an env var is set:

RUN_E2E_TESTS=true npm test

or

RUN_E2E_TESTS=true npx mocha built/test/e2e.js for just the e2e tests.

Running Stryker.js Mutation Testing Locally

Run npz stryker run --config-file stryker.conf.js in the root directory of the project.

Stryker.js will perform mutation testing and provide a report on the code coverage.

TODO

Joining games

Game world