UNPKG

can

Version:

MIT-licensed, client-side, JavaScript framework that makes building rich web applications easy.

12 lines (10 loc) 372 B
define(["doh/main", "../cldr/supplemental", "../cldr/monetary"], function(doh, supplemental){ doh.register("tests.cldr", [ function test_date_getWeekend(t){ t.is(6, supplemental.getWeekend('en-us').start); t.is(0, supplemental.getWeekend('en').end); t.is(5, supplemental.getWeekend('he-il').start); t.is(6, supplemental.getWeekend('he').end); } ]); });