Skip to content
Snippets Groups Projects
Commit ddd42a9e authored by Yasin Ali Marouga's avatar Yasin Ali Marouga
Browse files

chore: implement make test

parent 01a2e783
No related branches found
No related tags found
2 merge requests!68merge dev into main,!63chore: implement make test
Pipeline #285027 passed with stages
in 6 minutes and 57 seconds
......@@ -21,5 +21,12 @@ run-dev:
unit:
npm run test:unit
format:
npm run format-test
e2e:
npm run test:e2e
test:
make unit
make e2e
make format
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment