Skip to content

Commit

Permalink
Remove dangling .only in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosio committed Nov 6, 2024
1 parent 45603bf commit 867eb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/test/unit/commands/ps/index.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function stubAppAndAccount() {
.reply(200, {id: '1234'})
}

describe.only('ps', function () {
describe('ps', function () {
afterEach(function () {
nock.cleanAll()
})
Expand Down

0 comments on commit 867eb78

Please sign in to comment.