Comparing version 1.0.5 to 1.1.0
@@ -85,3 +85,3 @@ 'use strict'; | ||
return function () { | ||
test.apply(this, param); | ||
return test.apply(this, param); | ||
}; | ||
@@ -88,0 +88,0 @@ } |
@@ -79,3 +79,3 @@ import { vsprintf } from 'sprintf-js'; | ||
return function() { | ||
test.apply(this, param); | ||
return test.apply(this, param); | ||
}; | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "mocha-each", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"description": "Parameterized test utility for Mocha", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
12783
6