https://bugzilla.wikimedia.org/show_bug.cgi?id=35769
--- Comment #4 from Krinkle <[email protected]> 2012-04-14 05:09:41 UTC --- btw, although QUnit may not be marked as BDD officially, its practically the same - QUnit: module( '..', { setup: fn(), tearDown: fn (), } ); test( '..', function () { /* assertions: equal(), deepEqual, strictEqual, QUnit.ltOrEq, .. */ }); test( '..', function () { /* assertions: .. */ }); - Jasmine: describe( '..', function () { beforeEach( fn () ); it( '..', function () { /* assertions: expect.toEqual(), .. / }); }); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
