jasmine-async-suite
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -34,7 +34,7 @@ 'use strict'; | ||
install: function install() { | ||
Object.assign(global, _extends({}, withAsync(oldJasmineFns))); | ||
_extends(global, _extends({}, withAsync(oldJasmineFns))); | ||
}, | ||
uninstall: function uninstall() { | ||
Object.assign(global, oldJasmineFns); | ||
_extends(global, oldJasmineFns); | ||
} | ||
}; |
{ | ||
"name": "jasmine-async-suite", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Adds async function to jasmine suite function that expect promises for asynchronous tests", | ||
@@ -17,2 +17,3 @@ "main": "index.js", | ||
"babel-eslint": "^6.0.2", | ||
"babel-plugin-transform-object-assign": "^6.8.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.6.5", | ||
@@ -19,0 +20,0 @@ "babel-polyfill": "^6.7.4", |
4607
22