Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHE-9284 add tests for messages API #3

Merged
merged 1 commit into from
May 8, 2018
Merged

CHE-9284 add tests for messages API #3

merged 1 commit into from
May 8, 2018

Conversation

olexii4
Copy link
Contributor

@olexii4 olexii4 commented Apr 23, 2018

Add tests for messages API.

Signed-off-by: Oleksii Orel oorel@redhat.com

@olexii4 olexii4 requested review from benoitf and evidolob April 23, 2018 13:45
Copy link
Contributor

@benoitf benoitf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait for the other PR to be deployed on NPMjs

src/index.ts Outdated
@@ -39,7 +39,29 @@ export function start() {
}
disposables.push(theia.commands.registerCommand(quickPickTestObjCommand, (...args: any[]) => testQuickPickObject()));

const informationMessageTestCommand = {
id: 'simple-plugin-information-message-command',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you rename the id by using prefix : 'frontend-plugin' instead of 'simple-plugin'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Signed-off-by: Oleksii Orel <oorel@redhat.com>
@olexii4 olexii4 merged commit 1d52598 into master May 8, 2018
@olexii4 olexii4 deleted the CHE-9284 branch May 8, 2018 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants