@homezen/hz-test-helpers
Advanced tools
Comparing version 2.0.1 to 3.0.0
@@ -43,6 +43,2 @@ 'use strict'; | ||
var _chaiAsPromised = require('chai-as-promised'); | ||
var _chaiAsPromised2 = _interopRequireDefault(_chaiAsPromised); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -59,3 +55,2 @@ | ||
_chai2.default.use(_sinonChai2.default); | ||
_chai2.default.use(_chaiAsPromised2.default); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@homezen/hz-test-helpers", | ||
"version": "2.0.1", | ||
"version": "3.0.0", | ||
"description": "Universal JavaScript Redux utilities for hz-webapp and beyond", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"babel-cli": "~6.24.1", | ||
"babel-core": "~6.24.1", | ||
"babel-core": "~6.25.0", | ||
"babel-eslint": "~7.2.3", | ||
@@ -51,5 +51,5 @@ "babel-loader": "~7.0.0", | ||
"codecov": "~2.2.0", | ||
"cross-env": "~5.0.0", | ||
"cross-env": "~5.0.1", | ||
"eslint": "^3.15", | ||
"eslint-config-homezen": "~2.1.0", | ||
"eslint-config-homezen": "~2.1.1", | ||
"karma": "~1.7.0", | ||
@@ -75,7 +75,6 @@ "karma-chai": "~0.1.0", | ||
"chai": "4.0.2", | ||
"chai-as-promised": "6.0.0", | ||
"debug": "^2.6.0", | ||
"jsverify": "0.8.2", | ||
"sinon": "2.3.2", | ||
"sinon-chai": "2.10.0" | ||
"sinon": "~2.3.4", | ||
"sinon-chai": "~2.11.0" | ||
}, | ||
@@ -82,0 +81,0 @@ "repository": { |
@@ -12,6 +12,4 @@ /* eslint-env mocha */ | ||
import sinonChai from 'sinon-chai' | ||
import chaiAsPromised from 'chai-as-promised' | ||
chai.use(sinonChai) | ||
chai.use(chaiAsPromised) | ||
@@ -18,0 +16,0 @@ export {expect} from 'chai' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
5
8892
51
+ Addedsinon@2.3.8(transitive)
+ Addedsinon-chai@2.11.0(transitive)
- Removedchai-as-promised@6.0.0
- Removedchai@3.5.0(transitive)
- Removedchai-as-promised@6.0.0(transitive)
- Removeddeep-eql@0.1.3(transitive)
- Removedsinon@2.3.2(transitive)
- Removedsinon-chai@2.10.0(transitive)
- Removedtype-detect@0.1.11.0.0(transitive)
Updatedsinon@~2.3.4
Updatedsinon-chai@~2.11.0