Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Oct 15, 2024
1 parent 7b5b8bc commit 887e93c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/massaStation-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
sudo apt update
npm ci
sudo apt install xvfb libnss3-tools libwebkit2gtk-4.0-dev
sudo apt install xvfb libnss3-tools libwebkit2gtk-4.1-0
- name: Build bundle
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion jest.e2e.config.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'jsdom',
testEnvironment: 'node',
setupFilesAfterEnv: ['./test-e2e/setup.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
Expand Down

0 comments on commit 887e93c

Please sign in to comment.