Skip to content

Commit

Permalink
okish
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Jan 26, 2025
1 parent 61705b5 commit 1a391c2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 337 deletions.
2 changes: 1 addition & 1 deletion .github/actions/cached-install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- name: Install system deps for node canvas
if: inputs.install-system-deps == 'true'
run: sudo apt-get install libgif-dev libpng-dev libpango1.0-dev libjpeg8-dev librsvg2-dev libcairo2-dev
run: sudo apt-get install libgif-dev libpng-dev libpango1.0-dev libjpeg-dev librsvg2-dev libcairo2-dev
shell: bash
- name: Use Node.js v${{ inputs.node-version }}
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = {
// snapshotSerializers: [],

// The test environment that will be used for testing
testEnvironment: 'jsdom',
testEnvironment: './jest-env/index.ts',

// Options that will be passed to the testEnvironment
// testEnvironmentOptions: {},
Expand Down
Loading

0 comments on commit 1a391c2

Please sign in to comment.