Skip to content

Commit

Permalink
Add GraphQL tests to backend test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Jun 21, 2024
1 parent 773a721 commit 1cea155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"django": "yarn back python manage.py",
"startapp": "yarn back django-admin startapp --settings lettercraft.settings --pythonpath .",
"test-front": "yarn front yarn test",
"test-back": "yarn back pytest",
"test-back": "yarn back python -m pytest && yarn back python manage.py test",
"test-func": "yarn func pytest",
"test": "yarn test-back && yarn test-front && yarn test-func",
"start-front": "yarn front yarn serve",
Expand Down

0 comments on commit 1cea155

Please sign in to comment.