To test the client, set the client host in the /test/config.json file :
/test/config.json
{ "HOST": "http://localhost:7070" }
Then simply run the tests :
$ npm test
$ yarn test
Last updated 5 years ago