diff --git a/chai-exclude.js b/chai-exclude.js index 0f7b3a3..5e35984 100644 --- a/chai-exclude.js +++ b/chai-exclude.js @@ -124,7 +124,7 @@ function chaiExclude (chai, utils) { // In case of 'use strict' and babelified code arguments[0] = val - _super.apply(this, arguments) + return _super.apply(this, arguments) } }