mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-05 00:00:18 -04:00
refactor: move client-only utils inside client (#51120)
This commit is contained in:
committed by
GitHub
parent
4e1e339b04
commit
dc8dd9c1f7
@@ -1,4 +1,4 @@
|
||||
import {challengeFiles} from '../../../../utils/__fixtures__/challenges';
|
||||
import { challengeFiles } from '../../../utils/__fixtures__/challenges';
|
||||
|
||||
const baseChallenge = {
|
||||
id: '1',
|
||||
@@ -6,7 +6,7 @@ import {
|
||||
onlyGithubLink,
|
||||
onlySolution,
|
||||
withChallenges
|
||||
} from './__fixtures/completed-challenges';
|
||||
} from './__fixtures__/completed-challenges';
|
||||
import { getSolutionDisplayType } from './solution-display-type';
|
||||
|
||||
describe('getSolutionDisplayType', () => {
|
||||
|
||||
Reference in New Issue
Block a user