Skip to content

Commit

Permalink
fix(calendar): snapshots timezone issue (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Dec 29, 2020
1 parent 5b49e54 commit 18f8080
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 233 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
testEnvironment: 'jsdom',
setupFilesAfterEnv: ['./packages/setupTests.ts'],
modulePathIgnorePatterns: ['dist'],
globalSetup: './packages/globalSetup.ts',
globals: {
'ts-jest': {
babelConfig: {
Expand Down

0 comments on commit 18f8080

Please sign in to comment.