Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed May 5, 2019
1 parent 8e63fed commit 4f3988d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/helpers/assertions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ module.exports.assertNormalUpdate = function(status) {
};

module.exports.assertNoUnstaged = function(status) {
// assert no unstaged changes
expect(status).to.not.match(/^.\w/m);
};

module.exports.assertNoStaged = function(status) {
// assert no staged changes
expect(status).to.not.match(/^\w/m);
};

Expand Down

0 comments on commit 4f3988d

Please sign in to comment.