Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Nov 12, 2024
1 parent c52c939 commit 71a7ca9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/AlpineRayMagicMethod.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ it.skip('should execute ray directive and update trackRays and trackCounters', (
expect(testState.rayPayloadHistory.length).toBeGreaterThan(0);
});

//
it.skip('should handle errors and send ray payload when an error occurs', () => {
const config = { interceptErrors: true };
AlpineRayMagicMethod.initErrorHandlers(config, win, rayInstance);
Expand Down

0 comments on commit 71a7ca9

Please sign in to comment.