fix: 限制旧内存部分的最大内存大小为200M,增加测试用例

This commit is contained in:
lyz05
2022-11-08 17:09:06 +08:00
parent 02eb6d6821
commit b7eb2d238e
7 changed files with 30 additions and 9 deletions

View File

@@ -4,7 +4,6 @@ let app = require('../app');
const { bilibili, mgtv, tencentvideo, youku, iqiyi } = require('../routes/api/base');
const list = [bilibili, mgtv, tencentvideo, youku, iqiyi];
let should = chai.should();
chai.use(chaiHttp);
describe('App', () => {
@@ -77,4 +76,7 @@ describe('App', () => {
});
});
});
describe('airportsub modules',()=>{
});
});