chore: fix typo in merge.config (#35462)
This commit is contained in:
parent
b6d3ffa367
commit
b92e81c205
|
@ -1,4 +1,4 @@
|
|||
export default {
|
||||
testDir: '../../tests',
|
||||
reporter: [[require.resolve('../../packages/playwright-dashboard/lib/ghaMarkdownReporterg')], ['html']]
|
||||
reporter: [[require.resolve('../../packages/playwright-dashboard/lib/ghaMarkdownReporter')], ['html']]
|
||||
};
|
Loading…
Reference in New Issue