Skip to content

Commit cf7d797

Browse files
committed
skip test names
1 parent 285d1f3 commit cf7d797

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

browserstack-mocha-export.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ function beforeEach() {
4141

4242
codeExport.opts.hooks.beforeEach = new exporter.hook(beforeEach())
4343

44+
function generateTestDeclaration(name) {
45+
return `it('test', async function() {`
46+
}
47+
48+
codeExport.opts.generateTestDeclaration = generateTestDeclaration
49+
4450
export default codeExport

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "git",
55
"url": "git+https://github.com/mattonem/browserstack-side-runner.git"
66
},
7-
"version": "2.0.0-beta.8",
7+
"version": "2.0.0-beta.9",
88
"main": "index.mjs",
99
"homepage": "https://github.com/mattonem/browserstack-side-runner#readme",
1010
"scripts": {

0 commit comments

Comments
 (0)