UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

13 lines (9 loc) 273 B
$(document).ready(function() { module("String extensions"); test("underscore not included", function() { raises(function() { _("foo") }, /TypeError/); }); test("provides standalone functions", function() { equal(typeof _.str.trim, "function"); }); });