@wdio/mocha-framework 9.6.3 → 9.7.2
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.
- package/build/index.js +2 -2
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -334,9 +334,9 @@ adapterFactory.init = async function(...args) {
|
|
|
334
334
|
const instance = await adapter.init();
|
|
335
335
|
return instance;
|
|
336
336
|
};
|
|
337
|
-
var
|
|
337
|
+
var index_default = adapterFactory;
|
|
338
338
|
export {
|
|
339
339
|
MochaAdapter,
|
|
340
340
|
adapterFactory,
|
|
341
|
-
|
|
341
|
+
index_default as default
|
|
342
342
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/mocha-framework",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.7.2",
|
|
4
4
|
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@types/node": "^20.11.28",
|
|
41
41
|
"@wdio/logger": "9.4.4",
|
|
42
42
|
"@wdio/types": "9.6.3",
|
|
43
|
-
"@wdio/utils": "9.
|
|
43
|
+
"@wdio/utils": "9.7.2",
|
|
44
44
|
"mocha": "^10.3.0"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc"
|
|
50
50
|
}
|