mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 02:28:23 +08:00
chore: schedule test full routes
This commit is contained in:
@@ -2,9 +2,9 @@ import { namespaces } from '../../lib/registry';
|
||||
import fs from 'node:fs';
|
||||
import * as path from 'node:path';
|
||||
import { categories } from './data';
|
||||
import fullTests from '../../assets/build/test-full-routes.json';
|
||||
import { getCurrentPath } from '../../lib/utils/helpers';
|
||||
|
||||
const fullTests = await (await fetch('https://raw.githubusercontent.com/DIYgod/RSSHub/gh-pages/build/test-full-routes.json')).json();
|
||||
const testResult = fullTests.testResults[0].assertionResults;
|
||||
|
||||
const __dirname = getCurrentPath(import.meta.url);
|
||||
|
||||
Reference in New Issue
Block a user