Skip to content

Commit c82027d

Browse files
committed
Remove unused test runner
1 parent 8bcbb35 commit c82027d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,6 @@ test-js-watch: npm-dependencies ## Run JavaScript tests in watch mode
143143
test-swift-package: build ## Run Swift package tests
144144
$(call XCODEBUILD_CMD, test)
145145

146-
.PHONY: test-swift-package-logic
147-
test-swift-package-logic:
148-
$(call XCODEBUILD_LOGIC_CMD, test)
149-
150146
.PHONY: test-android
151147
test-android: ## Run Android tests
152148
@echo "--- :android: Running Android Tests"

0 commit comments

Comments
 (0)