Skip to content

Commit

Permalink
chore: remove .only statement
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Mar 9, 2024
1 parent 13e7662 commit a8f9138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/winston/transports/http.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('Http({ host, port, path })', function () {

});

describe.only('circular structure', function () {
describe('circular structure', function () {
const circularLog = {
level: 'error',
message: 'hello',
Expand Down

0 comments on commit a8f9138

Please sign in to comment.