We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfec36 commit 0287a62Copy full SHA for 0287a62
‎exercises/02.side-effects/02.solution.cleanup/memory-leak.test.ts
@@ -57,7 +57,7 @@ if (performance.memory) {
57
).toFixed(2)
58
expect(
59
Number(percentageChange),
60
- `The memory usage increased from ${initialMemoryMB} to ${finalMemoryMB} (a ${percentageChange}% increase)`,
+ `🚨 The memory usage increased from ${initialMemoryMB} to ${finalMemoryMB} (a ${percentageChange}% increase)`,
61
).toBeLessThan(110)
62
},
63
)
0 commit comments