UNPKG

karma-story-reporter

Version:

A Karma plugin. Report results in BDD-style story format.

20 lines (11 loc) 228 B
describe("Root suite", function() { "use strict"; it("has test A", function() { }); describe("Nested Suite", function() { it("has test B", function() { }); }); it("has test C", function() { }); });