mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
133 stars 121 forks source link

Fixes #13571 : Introduce webapp tests to mattermost-plugin-starter-template #78

Closed M-ZubairAhmed closed 4 years ago

M-ZubairAhmed commented 4 years ago

Summary

This Pull requests adds the necessary boilerplate for including the tests in template repository.

Ticket Link

Fixes : https://github.com/mattermost/mattermost-server/issues/13571 Jira : https://mattermost.atlassian.net/browse/MM-18539

M-ZubairAhmed commented 4 years ago

I have added a sample React component and a test, to see if the jest is working or not and its works

mickmister commented 4 years ago

Confirmed that tests run properly :+1: