Skip to content

Commit

Permalink
Merge pull request #5 from fflorent/master
Browse files Browse the repository at this point in the history
Fix false positive when using chai-as-promised
  • Loading branch information
krampstudio committed Oct 9, 2020
2 parents 9fc6eec + 8a905d7 commit 2c18a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chai-xml.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var chaiXmlPlugin = function chaiXmlPlugin(chai, utils){
});
});
} else {
_super.apply(this, arguments);
return _super.apply(this, arguments);
}
};
};
Expand Down

0 comments on commit 2c18a93

Please sign in to comment.