Skip to content

Commit

Permalink
Added backend tests as script.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Dec 18, 2023
1 parent 96120d5 commit 0c578bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@
"test": "../node_modules/mocha/bin/_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-on-windows": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "npx mocha --timeout 5000 tests/container/specs/api",
"dev": "bash ./bin/run.sh"
"dev": "bash ./bin/run.sh",
"test-backend": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs"
},
"version": "1.9.5",
"license": "Apache-2.0"
Expand Down

0 comments on commit 0c578bd

Please sign in to comment.