We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 410a552 commit d7c53dbCopy full SHA for d7c53db
1 file changed
test-base.mk
@@ -76,7 +76,7 @@ install-deps-js:
76
.PHONY: unit-test-js
77
unit-test-js: install-deps-js
78
@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
+ npx --yes --package jest@$(JEST_VERSION) jest --ci --colors --coverage --passWithNoTests ${name}/${module}/ --testPathIgnorePatterns /integration-tests/
80
81
.PHONY: install-deps-py
82
install-deps-py:
0 commit comments