mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-23 21:04:36 -05:00
refactor: remove jest and lint vitest (#62330)
This commit is contained in:
committed by
GitHub
parent
d96d528e8c
commit
51eba06a7d
@@ -4,10 +4,7 @@ import { join } from 'path';
|
||||
import { describe, it, expect, beforeEach, afterEach } from 'vitest';
|
||||
import { getFileName } from './get-file-name';
|
||||
|
||||
const basePath = join(
|
||||
process.cwd(),
|
||||
'__fixtures__' + process.env.JEST_WORKER_ID
|
||||
);
|
||||
const basePath = join(process.cwd(), '__fixtures__');
|
||||
const commonPath = join(basePath, 'curriculum', 'challenges');
|
||||
|
||||
const block = 'project-get-file-name';
|
||||
|
||||
Reference in New Issue
Block a user