Skip to content

Commit

Permalink
add alfred 🚨
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 27, 2024
1 parent bbfec36 commit 0287a62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (performance.memory) {
).toFixed(2)
expect(
Number(percentageChange),
`The memory usage increased from ${initialMemoryMB} to ${finalMemoryMB} (a ${percentageChange}% increase)`,
`🚨 The memory usage increased from ${initialMemoryMB} to ${finalMemoryMB} (a ${percentageChange}% increase)`,
).toBeLessThan(110)
},
)
Expand Down

0 comments on commit 0287a62

Please sign in to comment.