diff --git a/modules/test-runner/src/getAppRegistry/getAppRegistry.test.ts b/modules/test-runner/src/getAppRegistry/getAppRegistry.test.ts index a5cacbf7f3..27180b3a49 100644 --- a/modules/test-runner/src/getAppRegistry/getAppRegistry.test.ts +++ b/modules/test-runner/src/getAppRegistry/getAppRegistry.test.ts @@ -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 () => {