hainenber commented on code in PR #29118:
URL: https://github.com/apache/superset/pull/29118#discussion_r1638412022
##########
superset-embedded-sdk/src/guestTokenRefresh.test.ts:
##########
@@ -26,7 +26,7 @@ import {
describe("guest token refresh", () => {
beforeAll(() => {
- jest.useFakeTimers("modern"); // "modern" allows us to fake the system time
+ jest.useFakeTimers(); // "modern" allows us to fake the system time
Review Comment:
Comment removed :D
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]