Skip to content

Commit 2c0fb25

Browse files
IlyesbdlalaJ12934
authored andcommitted
#1607 Undo a change made for debugging purposes
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent e0e7a1a commit 2c0fb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-base.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ install-deps-js:
7171
cd ${module}/ && npm ci
7272

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

0 commit comments

Comments
 (0)