Skip to content

Commit

Permalink
#1607 Undo a change made for debugging purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
  • Loading branch information
Ilyesbdlala committed Jul 4, 2023
1 parent b7e6ebb commit d71a1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-base.mk
Expand Up @@ -71,7 +71,7 @@ install-deps-js:
cd ${module}/ && npm ci

.PHONY: unit-test-js
unit-test-js:
unit-test-js: install-deps-js
@echo ".: 🧪 Starting unit-tests for '$(name)' $(module)."
npm run test:unit -- ${name}/${module}/

Expand Down

0 comments on commit d71a1bb

Please sign in to comment.