This package is used as a demonstrator with AWS CodeBuild to write unit tests.
npm install node-game-unit-testsThis sample application is an example Node JS application to demonstrate CICD build capabilities inside AWS CodeBuild
Install Node.js and use the following command to install the dependencies:
```
npm install
```
npm test
* Create sample unit tests
This library is licensed under the MIT-0 License.