mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -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) |