Federated Gateway uses eslint for static analysis and code formatting, jest as a testing framework and faker to build dummy data.
npm testor inside Docker
docker-compose run --rm federated-gateway npm testFederated Gateway uses eslint along with reaction-eslint-config for static code analysis. Static analysis validates the code conforms to the coding styleguide. Run static code analysis with npm run lint, or docker-compose run --rm federated-gateway npm run lint to run it inside of the Docker container. To fix simple formatting issues run npm run lint:fix or docker-compose run --rm federated-gateway npm run lint:fix.
TODO
TODO
TODO
TODO
TODO