Skip to content

Commit

Permalink
test: update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmartDOTin committed Oct 18, 2024
1 parent d4ad234 commit 891cd9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jest.polyfills.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ Object.defineProperties(globalThis, {
File: { value: File },
Headers: { value: Headers },
FormData: { value: FormData },
Request: { value: Request },
Response: { value: Response },
Request: { value: Request, configurable: true },
Response: { value: Response, configurable: true },
});

const crypto = require('crypto');
Expand Down
2 changes: 1 addition & 1 deletion packages/snackbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@availity/mui-button": "workspace:*",
"@availity/mui-layout": "workspace:*",
"@availity/mui-transitions": "workspace:*",
"@mui/material": "^5.15.15",
"@mui/material": "^6.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "^8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ __metadata:
"@availity/mui-button": "workspace:*"
"@availity/mui-layout": "workspace:*"
"@availity/mui-transitions": "workspace:*"
"@mui/material": ^5.15.15
"@mui/material": ^6.1.4
react: 18.2.0
react-dom: 18.2.0
tsup: ^8.0.2
Expand Down

0 comments on commit 891cd9c

Please sign in to comment.