We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285d1f3 commit cf7d797Copy full SHA for cf7d797
2 files changed
browserstack-mocha-export.mjs
@@ -41,4 +41,10 @@ function beforeEach() {
41
42
codeExport.opts.hooks.beforeEach = new exporter.hook(beforeEach())
43
44
+function generateTestDeclaration(name) {
45
+ return `it('test', async function() {`
46
+}
47
+
48
+codeExport.opts.generateTestDeclaration = generateTestDeclaration
49
50
export default codeExport
package.json
@@ -4,7 +4,7 @@
4
"type": "git",
5
"url": "git+https://github.com/mattonem/browserstack-side-runner.git"
6
},
7
- "version": "2.0.0-beta.8",
+ "version": "2.0.0-beta.9",
8
"main": "index.mjs",
9
"homepage": "https://github.com/mattonem/browserstack-side-runner#readme",
10
"scripts": {
0 commit comments