Skip to content

Commit

Permalink
Fix session test
Browse files Browse the repository at this point in the history
  • Loading branch information
kneth committed Oct 25, 2022
1 parent ee75117 commit 6c6603e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/js/session-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@ module.exports = {
_sessionStopPolicy: "immediately", // Make it safe to delete files after realm.close()
clientReset: {
mode: "manual",
onManual: () => console.log("error"),
},
},
schema: [schemas.PersonForSync, schemas.DogForSync],
Expand Down

0 comments on commit 6c6603e

Please sign in to comment.