We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a947f25 commit 86b05fcCopy full SHA for 86b05fc
test/lib/utils/timers.js
@@ -30,7 +30,7 @@ t.test('logs timing events', async (t) => {
30
timers.off()
31
time.end('foo')
32
t.equal(logs.timing.length, 1)
33
- t.match(logs.timing[0], /^bar Completed in [0-9]ms/)
+ t.match(logs.timing[0], /^bar Completed in [0-9]+m?s/)
34
})
35
36
t.test('finish unstarted timer', async (t) => {
0 commit comments