merge 2.0.0-m3

This commit is contained in:
Maren Süwer
2018-10-18 08:37:35 +02:00
140 changed files with 34533 additions and 10482 deletions

View File

@@ -402,7 +402,7 @@ describe("repos fetch", () => {
});
});
it("should disapatch failure if server returns status code 500", () => {
it("should dispatch failure if server returns status code 500", () => {
fetchMock.postOnce(REPOS_URL, {
status: 500
});