From 672a88fe68f46ef4e587b09f67b73cf753655ed2 Mon Sep 17 00:00:00 2001 From: Janne Savolainen Date: Thu, 16 Jun 2022 12:03:23 +0300 Subject: [PATCH] Try reproduce the error with minimal test setup Signed-off-by: Janne Savolainen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dfb2cf512..5752020e04 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ tag-release: .PHONY: test test: binaries/client - yarn run jest $(or $(CMD_ARGS), "src") + yarn run jest opening-application-window-using-tray.test.ts .PHONY: integration integration: build