UNPKG

mocha-allure-reporter

Version:
8 lines (6 loc) 153 B
describe("Skipped tests", function() { it.skip("Skipped by definition"); it("Skipped in runtime", function() { this.skip(); }); });