feat: apply eslint --fix across project
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
module.exports = function(error) {
|
||||
module.exports = function (error) {
|
||||
assert.isAbove(error.message.search('revert'), -1, 'Error containing "revert" must be returned');
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user