mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-09 23:00:48 +08:00
feat: add route javlibrary (#3797)
This commit is contained in:
@@ -3,6 +3,7 @@ const Parser = require('rss-parser');
|
||||
const parser = new Parser();
|
||||
const wait = require('../../lib/utils/wait');
|
||||
let server;
|
||||
jest.mock('request-promise-native');
|
||||
|
||||
beforeAll(() => {
|
||||
process.env.CACHE_EXPIRE = 1;
|
||||
|
||||
Reference in New Issue
Block a user