Skip to content

Commit

Permalink
Fix offline renderer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-thompson committed Jul 24, 2024
1 parent 8ed5ce9 commit 5e27b87
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ test('render stats', async function() {
expect(stats).toMatchObject({
edgesAdded: 3,
nodesAdded: 4,
propsWritten: 3,
// Two "value" props on the const nodes, one "channel" prop on root,
// and then the "fadeInMs" and "fadeOutMs" on root
propsWritten: 5,
});

// Render with an invalid property and get a failure, rejecting the
Expand Down

0 comments on commit 5e27b87

Please sign in to comment.