Skip to content

Commit 6652b24

Browse files
szuendOrKoN
andauthored
Remove left-over .only
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
1 parent 17b5485 commit 6652b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/formatters/ConsoleFormatter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const createMockMessage = (
3434
} as unknown as ConsoleMessage;
3535
};
3636

37-
describe.only('ConsoleFormatter', () => {
37+
describe('ConsoleFormatter', () => {
3838
describe('toString', () => {
3939
it('formats a console.log message', async t => {
4040
const message = createMockMessage({

0 commit comments

Comments
 (0)