nndgame-common
v0.0.5-2
Published
React game common components
Readme
nndgame-common
Usage
Running tests
Run any of the following commands to execute tests
npx jestnpm testnpm t
Run tests on every file change
Run any of the following commands to start a process that executes tests every time a file changes
npx jest --watchnpm test -- --watchnpm t -- --watch
