-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update URLs to MagicMirrorOrg (#3321)
- Loading branch information
1 parent
5e346e7
commit 367d02f
Showing
12 changed files
with
95 additions
and
95 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,10 +75,10 @@ describe("Updatenotification", () => { | |
const moduleName = "MagicMirror"; | ||
|
||
beforeEach(async () => { | ||
gitRemoteOut = "origin\[email protected]:MichMich/MagicMirror.git (fetch)\norigin\[email protected]:MichMich/MagicMirror.git (push)\n"; | ||
gitRemoteOut = "origin\[email protected]:MagicMirrorOrg/MagicMirror.git (fetch)\norigin\[email protected]:MagicMirrorOrg/MagicMirror.git (push)\n"; | ||
gitRevParseOut = "332e429a41f1a2339afd4f0ae96dd125da6beada"; | ||
gitStatusOut = "## develop...origin/develop\n M tests/unit/functions/updatenotification_spec.js\n"; | ||
gitFetchErr = "From github.com:MichMich/MagicMirror\n60e0377..332e429 develop -> origin/develop\n"; | ||
gitFetchErr = "From github.com:MagicMirrorOrg/MagicMirror\n60e0377..332e429 develop -> origin/develop\n"; | ||
gitRevListCountOut = "5"; | ||
|
||
await gitHelper.add(moduleName); | ||
|
@@ -114,10 +114,10 @@ describe("Updatenotification", () => { | |
const moduleName = "MagicMirror"; | ||
|
||
beforeEach(async () => { | ||
gitRemoteOut = "origin\[email protected]:MichMich/MagicMirror.git (fetch)\norigin\[email protected]:MichMich/MagicMirror.git (push)\n"; | ||
gitRemoteOut = "origin\[email protected]:MagicMirrorOrg/MagicMirror.git (fetch)\norigin\[email protected]:MagicMirrorOrg/MagicMirror.git (push)\n"; | ||
gitRevParseOut = "332e429a41f1a2339afd4f0ae96dd125da6beada"; | ||
gitStatusOut = "## master...origin/master\n M tests/unit/functions/updatenotification_spec.js\n"; | ||
gitFetchErr = "From github.com:MichMich/MagicMirror\n60e0377..332e429 master -> origin/master\n"; | ||
gitFetchErr = "From github.com:MagicMirrorOrg/MagicMirror\n60e0377..332e429 master -> origin/master\n"; | ||
gitRevListCountOut = "5"; | ||
|
||
await gitHelper.add(moduleName); | ||
|
@@ -153,10 +153,10 @@ describe("Updatenotification", () => { | |
const moduleName = "MagicMirror"; | ||
|
||
beforeEach(async () => { | ||
gitRemoteOut = "origin\[email protected]:MichMich/MagicMirror.git (fetch)\norigin\[email protected]:MichMich/MagicMirror.git (push)\n"; | ||
gitRemoteOut = "origin\[email protected]:MagicMirrorOrg/MagicMirror.git (fetch)\norigin\[email protected]:MagicMirrorOrg/MagicMirror.git (push)\n"; | ||
gitRevParseOut = "332e429a41f1a2339afd4f0ae96dd125da6beada"; | ||
gitStatusOut = "## master...origin/master\n M tests/unit/functions/updatenotification_spec.js\n"; | ||
gitFetchErr = "From github.com:MichMich/MagicMirror\n60e0377..332e429 master -> origin/master\n"; | ||
gitFetchErr = "From github.com:MagicMirrorOrg/MagicMirror\n60e0377..332e429 master -> origin/master\n"; | ||
gitRevListCountOut = "5"; | ||
gitTagListOut = "332e429a41f1a2339afd4f0ae96dd125da6beada...tag...\n"; | ||
gitRevListOut = "332e429a41f1a2339afd4f0ae96dd125da6beada\n"; | ||
|
@@ -194,10 +194,10 @@ describe("Updatenotification", () => { | |
const moduleName = "MagicMirror"; | ||
|
||
beforeEach(async () => { | ||
gitRemoteOut = "origin\[email protected]:MichMich/MagicMirror.git (fetch)\norigin\[email protected]:MichMich/MagicMirror.git (push)\n"; | ||
gitRemoteOut = "origin\[email protected]:MagicMirrorOrg/MagicMirror.git (fetch)\norigin\[email protected]:MagicMirrorOrg/MagicMirror.git (push)\n"; | ||
gitRevParseOut = "332e429a41f1a2339afd4f0ae96dd125da6beada"; | ||
gitStatusOut = "## master...origin/master\n M tests/unit/functions/updatenotification_spec.js\n"; | ||
gitFetchErr = "From github.com:MichMich/MagicMirror\n60e0377..332e429 master -> origin/master\n"; | ||
gitFetchErr = "From github.com:MagicMirrorOrg/MagicMirror\n60e0377..332e429 master -> origin/master\n"; | ||
gitRevListCountOut = "5"; | ||
gitTagListOut = "xxxe429a41f1a2339afd4f0ae96dd125da6beada...tag...\n"; | ||
gitRevListOut = "332e429a41f1a2339afd4f0ae96dd125da6beada\n"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters