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 authored and eablack committed Nov 8, 2024
1 parent 5665710 commit 38fc0e9
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 38fc0e9

Please sign in to comment.