mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
12 lines
149 B
JavaScript
12 lines
149 B
JavaScript
(function () {
|
|
'use strict';
|
|
|
|
describe('first', function () {
|
|
|
|
it('nothing here', function () {
|
|
|
|
assert.isTrue(true);
|
|
});
|
|
});
|
|
|
|
}());
|