Skip to content

Commit

Permalink
test: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pionxzh committed Jan 14, 2024
1 parent 1028e89 commit bd02e79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/test-utils/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function defineInlineTest(rules: TransformationRule | TransformationRule[
.toEqual(expected.trim().replace(/\r\n/g, '\n'))
}
catch (err) {
console.error('Error in test:', testCallStack)
/**
* Prevent test utils from showing up in the stack trace.
*/
Expand Down

0 comments on commit bd02e79

Please sign in to comment.