From e14ccf55dbfa6651c312118aa7e39e52fea90ab2 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Sun, 15 Dec 2024 23:58:17 -0500 Subject: [PATCH] Update unit test command to run webview tests too --- .github/workflows/code-qa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-qa.yml b/.github/workflows/code-qa.yml index 0a5f3c1..de3f054 100644 --- a/.github/workflows/code-qa.yml +++ b/.github/workflows/code-qa.yml @@ -42,4 +42,4 @@ jobs: run: npm run install:all - name: Run unit tests - run: npx jest \ No newline at end of file + run: npm test \ No newline at end of file