feature/build-on-drone-ci #2

Merged
manuel merged 10 commits from feature/build-on-drone-ci into develop 2019-05-04 00:25:59 +02:00
Showing only changes of commit 864f0052b4 - Show all commits

View file

@ -96,7 +96,7 @@ suite('Bärneruhr', function () {
}); });
uhr = elem.uhr('instance'); uhr = elem.uhr('instance');
// NB: 'de' is just the first language that is included in the page. that may change! // NB: 'de' is just the first language that is included in the page. that may change!
assert.equal(uhr.options.language, 'de'); assert.equal(uhr.options.language, 'de_CH_genau');
}); });
test('unknown theme', function () { test('unknown theme', function () {