refactor: move client-only utils inside client (#51120)

This commit is contained in:
Oliver Eyton-Williams
2023-08-02 14:51:10 +02:00
committed by GitHub
parent 4e1e339b04
commit dc8dd9c1f7
13 changed files with 32 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
import {challengeFiles} from '../../../../utils/__fixtures__/challenges';
import { challengeFiles } from '../../../utils/__fixtures__/challenges';
const baseChallenge = {
id: '1',

View File

@@ -6,7 +6,7 @@ import {
onlyGithubLink,
onlySolution,
withChallenges
} from './__fixtures/completed-challenges';
} from './__fixtures__/completed-challenges';
import { getSolutionDisplayType } from './solution-display-type';
describe('getSolutionDisplayType', () => {