Skip to content

Commit 7069bc4

Browse files
committed
test: remove it.only
1 parent c43df87 commit 7069bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logger/__tests__/logger.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ describe('createLogger', () => {
192192
strictEqual(transport.mock.callCount(), 3);
193193
});
194194

195-
it.only('should log error message', t => {
195+
it('should log error message', t => {
196196
t.mock.timers.enable({ apis: ['Date'] });
197197

198198
const transport = t.mock.fn();

0 commit comments

Comments
 (0)