Skip to content

Commit

Permalink
chore: update Serializer test
Browse files Browse the repository at this point in the history
  • Loading branch information
nobrayner committed Aug 29, 2024
1 parent 328f9d3 commit 4f01166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Serializer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ test("Serializer", () => {
expect(decode(encode(start)).value.map(() => "Hello")).toEqual(
AsyncData.Done("Hello"),
);
expect(encode(null)).toEqual("null");
expect(encode(undefined)).toEqual(undefined);
});

0 comments on commit 4f01166

Please sign in to comment.