Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
eablack committed Sep 10, 2024
1 parent 179ad53 commit 97f161f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const setupDisplay = (auth: Heroku.OAuthAuthorization) =>
.stdout()
.do(() => display(auth))

describe.only('display', function () {
describe('display', function () {
const authId = 'f6e8d969-129f-42d2-854b-c2eca9d5a42e'
const authDesc = 'a cool auth'

Expand Down

0 comments on commit 97f161f

Please sign in to comment.