Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Mar 9, 2024
1 parent ff9a325 commit a45f7ca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/does-it-throw/src/fixtures/sample.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ export const someConstThatThrows = () => {
function callToConstThatThrows4() {
someConstThatThrows()
}


export const someConstThatDoesNotThrow = () => {
console.log('hi khue')
}

0 comments on commit a45f7ca

Please sign in to comment.