Skip to content

Commit

Permalink
api-tests: remove .only
Browse files Browse the repository at this point in the history
The commit removes `.only` from the api test-suite which resulted in only the `workspace-commands` being tested.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
  • Loading branch information
vince-fugnitto authored and paul-marechal committed Aug 13, 2021
1 parent efd8263 commit 6bdf64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/browser/workspace-commands.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { ApplicationServer } from '@theia/core/lib/common/application-protocol';

disableJSDOM();

describe.only('workspace-commands', () => {
describe('workspace-commands', () => {

let commands: WorkspaceCommandContribution;

Expand Down

0 comments on commit 6bdf64d

Please sign in to comment.