Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* wip * WIP: useProgress * update realm-core * Use main * Check sinon in CI * remove beforeeach import * Add manual closing * Check CI fix * Add better tests * Delete * test: update flexible.ts and sync-session.ts * Add deprecation * test: update flexible.ts * Add new tests * Readd newlines * build: update package.json * Fix * build: update package.json * build: update package.json * Fix following tests * update CHANGELOG.md * Add assert for react native compatibility * Check with more proper cleanup * Check more proper cleanup * Add waiting * Fix tests * Make tests less flakey * Ensure clear state always * Fix cleanup ordering for tests * Remove clearing state * Skip tests and see * Downgrade sinon to support more platforms * Fix lock file * Unskip tests * Use a timeout * Skip more complex tests * Readd simple test * Fix file and specify subscription * Use immediate stops * Use a different path and remove subs * Use a different path * Move to after * Use sinon-chai * Do a test * Don't skip test * Use a different user * Use one user for the test suite * Don't use relalmOpen * Clear beforeEach * Manual unsubscribe * Fix package lock * Readd tests and manually unsubscribe * Comment out unreliable tests * Update progress listener token. * Export and use 'isEstimateProgressNotificationCallback()'. * Fix 'toBindingProgressNotificationCallback()'. * Update API docs and export new public types. * Make 'emitProgress()' a method. * Fix binding to 'emitProgress()'. * Allow PBS notifiers. * Linting. * Update tests with 'openRealmBeforeEach()' and 'authenticateUserBefore()'. * Consistency updates. * Update test assertions. * Add comments about flakyness. * Remove explicit 'realm.close()' in tests. * Update name of token. * Add comments. * Update CHANGELOG. Using link to the PR rather than the issue as we'll add more info there. * Remove 'assert' library. * Linting. * Add 'util' dependency in test for 'sinon'. Needed on iOS. * Update link to preferred callback in docs. --------- Co-authored-by: Kenneth Geisshirt <[email protected]> Co-authored-by: LJ <[email protected]>
- Loading branch information