test: move contentTracing specs to main process (#19229)
This commit is contained in:
parent
4d8a05568b
commit
3957a791b7
2 changed files with 19 additions and 29 deletions
2
spec-main/spec-helpers.ts
Normal file
2
spec-main/spec-helpers.ts
Normal file
|
@ -0,0 +1,2 @@
|
|||
export const ifit = (condition: boolean) => (condition ? it : it.skip)
|
||||
export const ifdescribe = (condition: boolean) => (condition ? describe : describe.skip)
|
Loading…
Add table
Add a link
Reference in a new issue