UNPKG

foundation

Version:

You may also want to checkout:

11 lines (10 loc) 179 B
module('core', { setup: function () { $(document).foundation('tooltips'); }, teardown: function () { } }); test('setup', function () { ok(false, 'please test'); });