mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-21 12:49:53 +08:00
test: rss-parser
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const parser = require('../../lib/utils/rss-parser');
|
||||
const config = require('../../lib/config').value;
|
||||
const nock = require('nock');
|
||||
import { describe, expect, it } from '@jest/globals';
|
||||
import parser from '@/utils/rss-parser';
|
||||
import { config } from '@/config';
|
||||
import nock from 'nock';
|
||||
|
||||
describe('got', () => {
|
||||
it('headers', async () => {
|
||||
Reference in New Issue
Block a user