Fix: Correct README path

This commit is contained in:
2025-10-13 10:35:51 -07:00
parent ffc64bbf63
commit 7b5aad47d1

View File

@@ -5,7 +5,7 @@ import axios from 'axios';
import { performance } from 'perf_hooks'; import { performance } from 'perf_hooks';
const CWD = process.cwd(); const CWD = process.cwd();
const README_PATH = path.join(CWD, 'README.md'); const README_PATH = path.join(CWD, 'README');
const TESTS_DIR = path.join(CWD, 'tests'); const TESTS_DIR = path.join(CWD, 'tests');
const RESULTS_PATH = path.join(CWD, 'results.json'); const RESULTS_PATH = path.join(CWD, 'results.json');