Skip to content

Commit

Permalink
feat: add jest
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas De Curtis <lucas.de-curtis@epitech.eu>
  • Loading branch information
lucasdc99 authored and clegirar committed Dec 5, 2022
1 parent 96f2cc4 commit 06bd47b
Show file tree
Hide file tree
Showing 8 changed files with 18,467 additions and 13,287 deletions.
2 changes: 1 addition & 1 deletion js/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ e2e-tests.tests:
IOS_DEVICE="$(E2E_TESTING_IOS_DEVICE)" \
IOS_APP="$(if $(IOS_APP),$(IOS_APP),$(E2E_GET_IOS_APP))" \
IOS_VERSION="$(E2E_TESTING_IOS_VERSION)" \
node ./e2e-tests/src/tests/2-simulators/addContactAndSendOneToOneMessage.js
cd e2e-tests && npm test

.PHONY: e2e-tests.ci-flow
e2e-tests.ci-flow: e2e-tests/node_modules
Expand Down
5 changes: 5 additions & 0 deletions js/e2e-tests/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"env": {
"jest": true
}
}

0 comments on commit 06bd47b

Please sign in to comment.