@pikabohenkeai/ecs
v7.0.0
Published
Decentraland ECS
Downloads
7
Readme
ECS 7
Installing dependencies
Run make install
, this will run the npm install
and other dependencies
Building
Run make build
Testing
Run make test
, you can also debug the test in VS code, selecting the launch Jest current file
or just Jest
(this will run all test)