test: move contentTracing specs to main process (#19229)

This commit is contained in:
Jeremy Apthorp 2019-07-15 01:23:35 -07:00 committed by Cheng Zhao
parent 4d8a05568b
commit 3957a791b7
2 changed files with 19 additions and 29 deletions

View file

@ -0,0 +1,2 @@
export const ifit = (condition: boolean) => (condition ? it : it.skip)
export const ifdescribe = (condition: boolean) => (condition ? describe : describe.skip)