@koenvanbelle/cypress-soft-assertions 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -284,10 +284,4 @@ SOFT ASSERTION FAILURES (4 failed):
284
284
  3. expected '<div.tax>' to contain '$8.75', but it contained '$7.50'
285
285
  4. expected '<div.grand-total>' to contain '$113.74', but it contained '$102.49'
286
286
  ================================================================================
287
- ```
288
-
289
- ## License
290
-
291
- MIT
292
-
293
- ##
287
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koenvanbelle/cypress-soft-assertions",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A Cypress plugin that provides soft_it() for soft assertions - all assertions continue on failure and are reported together",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",