codeceptjs 3.6.9 → 3.6.10

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/lib/cli.js +0 -1
  2. package/package.json +2 -2
package/lib/cli.js CHANGED
@@ -219,7 +219,6 @@ class Cli extends Base {
219
219
 
220
220
  this.failures.forEach((failure) => {
221
221
  if (failure.constructor.name === 'Hook') {
222
- stats.failures -= stats.failures
223
222
  stats.failedHooks += 1
224
223
  }
225
224
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codeceptjs",
3
- "version": "3.6.9",
3
+ "version": "3.6.10",
4
4
  "description": "Supercharged End 2 End Testing Framework for NodeJS",
5
5
  "keywords": [
6
6
  "acceptance",
@@ -184,4 +184,4 @@
184
184
  "strict": false
185
185
  }
186
186
  }
187
- }
187
+ }