Skip to content

Commit 1bf0f75

Browse files
committed
test: no only
1 parent 7f038de commit 1bf0f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reporters/tests/default.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe('default reporter', async () => {
178178
expect(stdout).toContain('✓ repeat couple of times (repeat x3)')
179179
})
180180

181-
test.only('test.each/for title format', async () => {
181+
test('test.each/for title format', async () => {
182182
const { stdout } = await runVitest({
183183
include: ['fixtures/test-for-title.test.ts'],
184184
reporters: [['default', { isTTY: true, summary: false }]],

0 commit comments

Comments
 (0)