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

Merge branch 'chrore/maketest' into 'dev'

chore: implement make test

See merge request !63
parents d73df6f6 7642b4ce
No related branches found
No related tags found
2 merge requests!68merge dev into main,!63chore: implement make test
Pipeline #285181 passed with stages
in 9 minutes and 30 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