UNPKG

jasmine_rsvp

Version:

Jasmine helpers for testing RSVP-Promise driven code.

7 lines (6 loc) 170 B
define(function(require) { var JasmineRSVP = require('main'); describe('Jasmine.RSVP', function() { it('should include without errors', function() {}); }); });