Skip to content

Commit

Permalink
Fix the queueToDevice tests for the new fakeindexeddb (#4225)
Browse files Browse the repository at this point in the history
dumbmatter/fakeIndexedDB#93 causes a bunch
of tests to start failing because the fake timers need running in
order for fake indexeddb to work. It also seems to cause failures
to bleed between tests somehow if fake timers are enabled/disabled.
This keeps all the fake timer tests in one suite and all the others
in another, which appears to work.

This should allow #4224
to be merged.
  • Loading branch information
dbkr committed May 30, 2024
1 parent 909caab commit 8b91a6f
Showing 1 changed file with 235 additions and 193 deletions.
Loading

0 comments on commit 8b91a6f

Please sign in to comment.