added changesets module

This commit is contained in:
Philipp Czora
2018-09-10 17:00:53 +02:00
parent 570840577e
commit 115fa4fb52
4 changed files with 140 additions and 1 deletions

View File

@@ -405,7 +405,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
});