Skip to content

Commit

Permalink
Add an error handling spec placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkBennett authored Jun 17, 2022
1 parent 143c01c commit 03c426e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@ describe("processEvent", () => {

it.todo("should preserve trailing id anchors");
it.todo("shouldn't modify events that don't have a current_url set");

// TODO: Determine the PostHog convention for handling errors in a plugin
it.todo("should raise an error if the current_url is an invalid url");
});

0 comments on commit 03c426e

Please sign in to comment.