Skip to content

Commit 11ed7d7

Browse files
authored
Add support for tests that use ESM libraries (#3172)
* Add support for tests that use ESM libraries * Disable win32 for this test for now
1 parent aceff7d commit 11ed7d7

File tree

6 files changed

+1114
-58
lines changed

6 files changed

+1114
-58
lines changed

.github/workflows/code-qa.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,10 @@ jobs:
7878
run: npm run install:all
7979
- name: Compile (to build and copy WASM files)
8080
run: npm run compile
81-
- name: Run unit tests
81+
- name: Run jest unit tests
8282
run: npx jest --silent
83+
- name: Run vitest unit tests
84+
run: npx vitest run --silent
8385

8486
test-webview:
8587
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)