refactor: init cypress-cucumber-preprocessor install.
This commit is contained in:
33
node_modules/assertion-error-formatter/CHANGELOG.md
generated
vendored
Normal file
33
node_modules/assertion-error-formatter/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
# 2.0.1
|
||||
|
||||
* support object errors without stack
|
||||
* better formatting for errors where the stack does not include the message
|
||||
|
||||
# 2.0.0
|
||||
|
||||
* support string errors
|
||||
* update options structure
|
||||
```js
|
||||
// Before
|
||||
{
|
||||
colorDiffAdded,
|
||||
colorDiffRemoved,
|
||||
colorErrorMessage,
|
||||
inlineDiffs
|
||||
}
|
||||
|
||||
// After
|
||||
{
|
||||
colorFns: {
|
||||
diffAdded,
|
||||
diffRemoved,
|
||||
errorMessage,
|
||||
errorStack
|
||||
},
|
||||
inlineDiffs
|
||||
}
|
||||
```
|
||||
|
||||
# 1.0.1
|
||||
|
||||
* Initial release
|
Reference in New Issue
Block a user