Rename electron-mattermost to Mattermost at implementation

npm package name (package.json: name) is "mattermost-desktop"
display name (package.json: productName) is "Mattermost"
This commit is contained in:
Yuya Ochiai
2016-03-13 22:55:08 +09:00
parent 4bee65881b
commit e82d6be0b5
6 changed files with 13 additions and 11 deletions

View File

@@ -30,7 +30,7 @@ var options = {
}
};
describe('electron-mattermost', function() {
describe('mattermost-desktop', function() {
this.timeout(10000);
var chromedriver;