spec-helpers.js 132 B

12
  1. exports.ifit = (condition) => (condition ? it : it.skip)
  2. exports.ifdescribe = (condition) => (condition ? describe : describe.skip)