Commit 2bf5135a authored by Paul Slaughter's avatar Paul Slaughter

Jestify api spec

parent 00c8264f
...@@ -459,7 +459,7 @@ describe('Api', () => { ...@@ -459,7 +459,7 @@ describe('Api', () => {
dummyProjectPath, dummyProjectPath,
)}/repository/branches`; )}/repository/branches`;
spyOn(axios, 'post').and.callThrough(); jest.spyOn(axios, 'post');
mock.onPost(expectedUrl).replyOnce(200, { mock.onPost(expectedUrl).replyOnce(200, {
name: branch, name: branch,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment