8 lines
No EOL
140 B
JavaScript
8 lines
No EOL
140 B
JavaScript
/**
|
|
* Created by u203395 on 04.07.2014.
|
|
*/
|
|
suite('Bärneruhr', function () {
|
|
"use strict";
|
|
test('dummy', function () {
|
|
});
|
|
}); |