mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-14 01:44:06 +02:00
Refactor tests.
This commit is contained in:
@@ -19,17 +19,23 @@ util.setupMocha();
|
|||||||
|
|
||||||
describe('all tests', function () {
|
describe('all tests', function () {
|
||||||
|
|
||||||
|
// @include "tests/premisses.js"
|
||||||
|
|
||||||
describe('unit tests', function () {
|
describe('unit tests', function () {
|
||||||
// @include "tests/unit/premisses.js"
|
|
||||||
// @include "tests/unit/modulejs.js"
|
// @include "tests/unit/modulejs.js"
|
||||||
// @include "tests/unit/libs.js"
|
// @include "tests/unit/libs.js"
|
||||||
// @include "tests/unit/boot.js"
|
// @include "tests/unit/boot.js"
|
||||||
// @include "tests/unit/config.js"
|
// @include "tests/unit/config.js"
|
||||||
|
|
||||||
// @include "tests/unit/*/*.js"
|
// @include "tests/unit/*/*.js"
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('integration tests', function () {
|
describe('integration tests', function () {
|
||||||
// @include "tests/integration/**/*.js"
|
|
||||||
|
// @include "tests/integration/first.js"
|
||||||
|
|
||||||
|
// @include "tests/integration/*/*.js"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user