Fix test again (to run on Linux, screw Windows) and re-add all files in dist/.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Manuel Friedli 2019-05-03 23:54:30 +02:00
parent 3355ee5cf5
commit 1655a24aa4
18 changed files with 315 additions and 277 deletions

View file

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