h5ai/test/tests/integration/first.js

13 lines
149 B
JavaScript
Raw Normal View History

2015-04-22 17:12:45 +02:00
(function () {
'use strict';
describe('first', function () {
it('nothing here', function () {
assert.isTrue(true);
});
});
}());