Skip to content

Commit 1665e1c

Browse files
committed
chore: ooops
1 parent 63a6a26 commit 1665e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/build/tests/log/tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ test('Does not truncate long redirects in logs', async (t) => {
5959
t.false(output.includes('999'))
6060
})
6161

62-
test.only('Accepts a custom log function', async (t) => {
62+
test('Accepts a custom log function', async (t) => {
6363
const logs = []
6464
const logger = (message) => {
6565
logs.push(message)

0 commit comments

Comments
 (0)