unexpected
Advanced tools
Comparing version 11.1.0 to 11.1.1
@@ -24,3 +24,10 @@ var utils = require('./utils'); | ||
this.expect = expect; | ||
// Prevent flooding the screen in node-tap | ||
// https://github.com/unexpectedjs/unexpected/issues/582 | ||
Object.defineProperties(this, { | ||
expect: { | ||
enumerable: false, | ||
value: expect | ||
} | ||
}); | ||
this.parent = parent || null; | ||
@@ -27,0 +34,0 @@ this.name = 'UnexpectedError'; |
@@ -0,1 +1,7 @@ | ||
### v11.1.1 (2019-03-01) | ||
- [#599](https://github.com/unexpectedjs/unexpected/pull/599) Make UnexpectedError\#expect non-enumerable ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) | ||
- [#598](https://github.com/unexpectedjs/unexpected/pull/598) Upgrade karma to version 4.0.1 ([depfu[bot]](mailto:depfu[bot]@users.noreply.github.com)) | ||
- [#597](https://github.com/unexpectedjs/unexpected/pull/597) Split the plugin list into maintained by us and 3rdparty plugins ([Sune Simonsen](mailto:sune@we-knowhow.dk)) | ||
### v11.1.0 (2019-02-25) | ||
@@ -2,0 +8,0 @@ |
@@ -31,3 +31,10 @@ const utils = require('./utils'); | ||
this.expect = expect; | ||
// Prevent flooding the screen in node-tap | ||
// https://github.com/unexpectedjs/unexpected/issues/582 | ||
Object.defineProperties(this, { | ||
expect: { | ||
enumerable: false, | ||
value: expect | ||
} | ||
}); | ||
this.parent = parent || null; | ||
@@ -34,0 +41,0 @@ this.name = 'UnexpectedError'; |
{ | ||
"name": "unexpected", | ||
"version": "11.1.0", | ||
"version": "11.1.1", | ||
"author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", | ||
@@ -56,3 +56,3 @@ "keywords": [ | ||
"jest": "^23.0.0", | ||
"karma": "4.0.0", | ||
"karma": "4.0.1", | ||
"karma-browserstack-launcher": "1.4.0", | ||
@@ -59,0 +59,0 @@ "karma-chrome-launcher": "2.2.0", |
Sorry, the diff of this file is too big to display
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
1787472
14125