Skip to content

Commit

Permalink
ci: add log
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 5, 2024
1 parent df96078 commit 6875fb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/exception.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.group('Exception', () => {
} catch (error) {
console.log(import.meta.url)
console.log(fileURLToPath(import.meta.url))
console.log(error.stack)
console.log(error.stack.split('\n')[1])
expect(error.stack.split('\n')[1]).toMatch(new RegExp(fileURLToPath(import.meta.url)))
}
})
Expand Down

0 comments on commit 6875fb0

Please sign in to comment.