Skip to content

Commit

Permalink
vsx:remove leftover '.only'
Browse files Browse the repository at this point in the history
The commit removes the leftover '.only' from the 'vsx-registry' api test-case
  • Loading branch information
OmarSdt-EC authored and vince-fugnitto committed May 25, 2021
1 parent dab288c commit 583220b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vsx-registry/src/common/vsx-registry-api.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 583220b

Please sign in to comment.