Skip to content

Commit

Permalink
Multi db url (#998)
Browse files Browse the repository at this point in the history
MultiDB commits - fix a million tests, override reactfire's dependency on firebase to 10.x.x
  • Loading branch information
christhompsongoogle authored Mar 8, 2024
1 parent 1613ab2 commit ff6bdfe
Show file tree
Hide file tree
Showing 29 changed files with 804 additions and 1,730 deletions.
2 changes: 2 additions & 0 deletions custom-jest-environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class EmulatorUiTestEnvironment extends JsdomEnvironment {

// grpc requires Node.js timers (with .unref()), not browser timers.
setImmediate: setImmediate,
// undici uses clearImmediate in lib/core/connect.js, stub it out
clearImmediate: clearImmediate,
setInterval: setInterval,
setTimeout: setTimeout,
}),
Expand Down
Loading

0 comments on commit ff6bdfe

Please sign in to comment.