uhr/test/test.js

8 lines
140 B
JavaScript
Raw Normal View History

2014-07-04 01:08:39 +02:00
/**
* Created by u203395 on 04.07.2014.
*/
suite('Bärneruhr', function () {
2014-07-04 13:52:32 +02:00
"use strict";
2014-07-04 01:08:39 +02:00
test('dummy', function () {
});
});