mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 12:07:10 -04:00
Fix a lot eslint errors.
This commit is contained in:
parent
0c6143704a
commit
39ea94daa8
88 changed files with 3872 additions and 4930 deletions
|
@ -1,19 +1,21 @@
|
|||
// @include "vendor/*.js"
|
||||
// @include "util/*.js"
|
||||
|
||||
$(function () {
|
||||
'use strict';
|
||||
(function () {
|
||||
'use strict'; // eslint-disable-line strict
|
||||
// @include "util/*.js"
|
||||
}());
|
||||
|
||||
jQuery(function () {
|
||||
'use strict'; // eslint-disable-line strict
|
||||
|
||||
util.mockConfigModule();
|
||||
util.clearModulejs();
|
||||
util.setupMocha();
|
||||
|
||||
describe('all tests', function () {
|
||||
|
||||
// @include "tests/premisses.js"
|
||||
|
||||
describe('unit tests', function () {
|
||||
|
||||
// @include "tests/unit/modulejs.js"
|
||||
// @include "tests/unit/libs.js"
|
||||
// @include "tests/unit/boot.js"
|
||||
|
@ -23,7 +25,6 @@ $(function () {
|
|||
});
|
||||
|
||||
describe('integration tests', function () {
|
||||
|
||||
// @include "tests/integration/*.js"
|
||||
// @-include "tests/integration/*/*.js"
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue