Skip to content

Commit

Permalink
add tests for WindowManager and use mocha-electron for testing
Browse files Browse the repository at this point in the history
so we have access to the Electron APIs
  • Loading branch information
olvidalo committed May 8, 2023
1 parent 47e1115 commit 6c0849a
Show file tree
Hide file tree
Showing 10 changed files with 658 additions and 80 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'


- name: Setup xvfb (Linux)
if: runner.os == 'Linux'
run: sudo apt-get install xvfb

- name: Install NPM dependencies
run: npm ci

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6c0849a

Please sign in to comment.