/HT-unit-test

HT-unit-test

Primary LanguageJavaScriptMIT LicenseMIT

PREREQUISITES

INSTALLATION

yarn install

or

npm install

USAGE

!!Don't foget so server able to work before you get start to run your test!!

yarn start-server

or

npm run start-server

In order to use the UserDataHandler class you need to have the server running. To do so you need to execute the following command in a separate terminal:

yarn test

or

npm run test