@wdio/utils 8.0.0-alpha.365 → 8.0.0-alpha.412

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.
@@ -50,7 +50,7 @@ export declare const runSpec: (this: unknown, specTitle: string, specFn: Functio
50
50
  */
51
51
  export declare const wrapTestFunction: (this: unknown, origFn: Function, isSpec: boolean, beforeFn: Function | Function[], beforeArgsFn: HookFnArgs<unknown>, afterFn: Function | Function[], afterArgsFn: HookFnArgs<unknown>, cid: string) => (...specArguments: SpecArguments) => any;
52
52
  /**
53
- * Wraps global test function like `it` so that commands can run synchronouse
53
+ * Wraps global test function like `it`.
54
54
  *
55
55
  * The scope parameter is used in the qunit framework since all functions are bound to global.QUnit instead of global
56
56
  *
@@ -120,7 +120,7 @@ export const wrapTestFunction = function (origFn, isSpec, beforeFn, beforeArgsFn
120
120
  };
121
121
  };
122
122
  /**
123
- * Wraps global test function like `it` so that commands can run synchronouse
123
+ * Wraps global test function like `it`.
124
124
  *
125
125
  * The scope parameter is used in the qunit framework since all functions are bound to global.QUnit instead of global
126
126
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/utils",
3
- "version": "8.0.0-alpha.365+ea5d90e26",
3
+ "version": "8.0.0-alpha.412+a2bc7ec67",
4
4
  "description": "A WDIO helper utility to provide several utility functions used across the project.",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils",
@@ -27,12 +27,12 @@
27
27
  "url": "https://github.com/webdriverio/webdriverio/issues"
28
28
  },
29
29
  "dependencies": {
30
- "@wdio/logger": "8.0.0-alpha.365+ea5d90e26",
31
- "@wdio/types": "8.0.0-alpha.365+ea5d90e26",
30
+ "@wdio/logger": "8.0.0-alpha.412+a2bc7ec67",
31
+ "@wdio/types": "8.0.0-alpha.412+a2bc7ec67",
32
32
  "p-iteration": "^1.1.8"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "ea5d90e263106af626e420bab7825bac4beb1dfe"
37
+ "gitHead": "a2bc7ec67e2a5fe000e539f44b0ea97f6e08ccbd"
38
38
  }