mirror of
https://github.com/multipleof4/lynchmark.git
synced 2026-01-14 08:37:56 +00:00
Fix: Use correct README filename without extension
This commit is contained in:
@@ -8,7 +8,7 @@ import { performance } from 'perf_hooks';
|
|||||||
|
|
||||||
const execPromise = promisify(exec);
|
const execPromise = promisify(exec);
|
||||||
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 TEMP_FILE = path.join(CWD, 'scripts', 'temp_test.js');
|
const TEMP_FILE = path.join(CWD, 'scripts', 'temp_test.js');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user