From 583220b2ecae38bf16f89403417c68e4c191d1dc Mon Sep 17 00:00:00 2001 From: Omar Sadat Date: Tue, 25 May 2021 10:12:50 -0400 Subject: [PATCH] vsx:remove leftover '.only' The commit removes the leftover '.only' from the 'vsx-registry' api test-case --- packages/vsx-registry/src/common/vsx-registry-api.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vsx-registry/src/common/vsx-registry-api.spec.ts b/packages/vsx-registry/src/common/vsx-registry-api.spec.ts index 2cce199b8768b..0a95c7c5b2f01 100644 --- a/packages/vsx-registry/src/common/vsx-registry-api.spec.ts +++ b/packages/vsx-registry/src/common/vsx-registry-api.spec.ts @@ -155,7 +155,7 @@ describe('VSX Registry API', () => { }); - describe.only('#isVersionLTE', () => { + describe('#isVersionLTE', () => { it('should determine if v1 is less than or equal to v2', () => { expect(api['isVersionLTE']('1.40.0', '1.50.0')).equal(true, 'should be satisfied since v1 is less than v2');