Skip to content
This repository has been archived by the owner on May 28, 2021. It is now read-only.

Commit

Permalink
🔥 rm .only
Browse files Browse the repository at this point in the history
  • Loading branch information
bohendo committed Aug 11, 2020
1 parent f854c88 commit 07855d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const verifyApp = (app: DefaultApp): void => {
expect(app.name).to.exist;
};

describe.only("Get App Registry", () => {
describe("Get App Registry", () => {
let client: IConnextClient;

afterEach(async () => {
Expand Down

0 comments on commit 07855d0

Please sign in to comment.