jasmine-async-suite
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -22,3 +22,3 @@ 'use strict'; | ||
invariant(isFunction(callback), name + ' must be provided a function!'); | ||
fns[name].apply(fns, args.concat([function (done) { | ||
return fns[name].apply(fns, args.concat([function (done) { | ||
var promise = callback.call(_this); | ||
@@ -25,0 +25,0 @@ invariant(promise instanceof Promise, name + ' must return a promise!'); |
{ | ||
"name": "jasmine-async-suite", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Adds async function to jasmine suite function that expect promises for asynchronous tests", | ||
"main": "index.js", | ||
"scripts": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/rdy/jasmine-async-suite.git" | ||
}, | ||
"author": "ryan.dy@gmail.com", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"babel": "^6.5.2", | ||
"babel-cli": "^6.11.4", | ||
"babel-core": "^6.7.6", | ||
@@ -12,0 +16,0 @@ "babel-eslint": "^6.0.2", |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4563
0
0