mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-10-04 08:21:40 +02:00
13 lines
149 B
JavaScript
13 lines
149 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
describe('first', function () {
|
|
|
|
it('nothing here', function () {
|
|
|
|
assert.isTrue(true);
|
|
});
|
|
});
|
|
|
|
}());
|