Skip to content

Commit

Permalink
Use jsdom test environment
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
joshuali925 committed Mar 19, 2022
1 parent 535689a commit decbdec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gantt-chart/test/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ module.exports = {
'\\.(css|less|sass|scss)$': '<rootDir>/test/mocks/styleMock.ts',
'\\.(gif|ttf|eot|svg)$': '<rootDir>/test/mocks/fileMock.ts',
},
testEnvironment: 'jsdom',
};

0 comments on commit decbdec

Please sign in to comment.