@redux-saga/testing-utils
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -51,3 +51,3 @@ 'use strict'; | ||
return _error; | ||
}, _ref.setRunning = function setRunning(b) { | ||
}, _ref.cancel = function cancel() {}, _ref.setRunning = function setRunning(b) { | ||
return _isRunning = b; | ||
@@ -54,0 +54,0 @@ }, _ref.setResult = function setResult(r) { |
@@ -47,3 +47,3 @@ import { TASK } from '@redux-saga/symbols'; | ||
return _error; | ||
}, _ref.setRunning = function setRunning(b) { | ||
}, _ref.cancel = function cancel() {}, _ref.setRunning = function setRunning(b) { | ||
return _isRunning = b; | ||
@@ -50,0 +50,0 @@ }, _ref.setResult = function setResult(r) { |
{ | ||
"name": "@redux-saga/testing-utils", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Redux-saga simple testing utils.", | ||
@@ -49,3 +49,3 @@ "main": "./dist/redux-saga-testing-utils.cjs.js", | ||
"lerna-alias": "^3.0.2", | ||
"redux-saga": "^1.0.2", | ||
"redux-saga": "^1.0.3", | ||
"rimraf": "^2.4.3", | ||
@@ -57,3 +57,3 @@ "rollup": "^1.0.2", | ||
}, | ||
"gitHead": "0668e9149c8aa847cbfad9f03883b6b5b2946042" | ||
"gitHead": "8f60bcb27b088b4785bbd106eaf6cded13d99562" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8557