Skip to content

Commit

Permalink
fix: Migrate to the new parameters API
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 18, 2020
1 parent 3df42c0 commit fcc2d61
Show file tree
Hide file tree
Showing 27 changed files with 244 additions and 3,260 deletions.
3 changes: 3 additions & 0 deletions __mocks__/git-username.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = function() {
return 'mrm';
};
1 change: 1 addition & 0 deletions packages/mrm-task-codecov/index.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jest.mock('fs');
jest.mock('git-username');
jest.mock('mrm-core/src/util/log', () => ({
added: jest.fn(),
}));
Expand Down
Loading

0 comments on commit fcc2d61

Please sign in to comment.