Skip to content

Commit

Permalink
explicitly runs apps test in jsdom
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed Dec 15, 2023
1 parent e6ae02f commit f2d3e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps-rendering/config/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const testCoveragePaths = [

/** @type {import('jest').Config} */
const config = {
testEnvironment: 'jsdom',
collectCoverage: true,
preset: 'ts-jest/presets/js-with-ts',
rootDir: '../',
Expand Down

0 comments on commit f2d3e43

Please sign in to comment.