Skip to content

Commit d7c53db

Browse files
IlyesbdlalaWeltraumschaf
authored andcommitted
fix(jest): Undo updating snapshot in test-base.mk
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 410a552 commit d7c53db

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
@@ -76,7 +76,7 @@ install-deps-js:
7676
.PHONY: unit-test-js
7777
unit-test-js: install-deps-js
7878
@echo ".: 🧪 Starting unit-tests for '$(name)' $(module) with 'jest@$(JEST_VERSION)'."
79-
npx --yes --package jest@$(JEST_VERSION) jest --ci --colors --coverage --passWithNoTests ${name}/${module}/ --testPathIgnorePatterns /integration-tests/ --updateSnapshot
79+
npx --yes --package jest@$(JEST_VERSION) jest --ci --colors --coverage --passWithNoTests ${name}/${module}/ --testPathIgnorePatterns /integration-tests/
8080

8181
.PHONY: install-deps-py
8282
install-deps-py:

0 commit comments

Comments
 (0)