Skip to content

Commit

Permalink
Add toJSON implementation and testing (#4966)
Browse files Browse the repository at this point in the history
  • Loading branch information
gagik authored Oct 12, 2022
1 parent 6f49ce1 commit 66bcdcd
Show file tree
Hide file tree
Showing 8 changed files with 238 additions and 673 deletions.

This file was deleted.

64 changes: 0 additions & 64 deletions integration-tests/tests/src/schemas/playlist-with-songs.ts

This file was deleted.

1 change: 1 addition & 0 deletions integration-tests/tests/src/tests/dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ describe("Dictionary", () => {
"addListener",
"removeListener",
"removeAllListeners",
"toJSON",
];
for (const name of methodNames) {
it(`exposes a method named '${name}'`, function (this: RealmContext) {
Expand Down
Loading

0 comments on commit 66bcdcd

Please sign in to comment.