mirror of
https://github.com/electron/electron.git
synced 2026-02-15 09:35:34 -05:00
2 lines
159 B
TypeScript
2 lines
159 B
TypeScript
export const ifit = (condition: boolean) => (condition ? it : it.skip)
|
|
export const ifdescribe = (condition: boolean) => (condition ? describe : describe.skip) |