Implement testing library #2

Merged
Siklos merged 7 commits from tests into master 2022-08-03 08:45:17 -04:00
Showing only changes of commit f560ebf568 - Show all commits

View file

@ -37,3 +37,10 @@ Configure the file `.env.development` with the url
Run `npm ci` Run `npm ci`
Run `npm run build` Run `npm run build`
# Run the tests
Run `npm ci`
Run `npm test`