Publish tests.

This commit is contained in:
Lars Jung 2015-04-22 17:12:45 +02:00
parent 5a8ecd593d
commit c396800dfa
40 changed files with 21478 additions and 1 deletions

View file

@ -0,0 +1,12 @@
(function () {
'use strict';
describe('first', function () {
it('nothing here', function () {
assert.isTrue(true);
});
});
}());