Test

To test the client, set the client host in the /test/config.json file :

{
    "HOST": "http://localhost:7070"
}

Then simply run the tests :

$ npm test

Last updated

Was this helpful?