mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor(client): remove hasNoTests by challenge type (#54494)
Co-authored-by: Naomi <nhcarrigan@gmail.com>
This commit is contained in:
@@ -52,13 +52,6 @@ export const challengeTypes = {
|
||||
multifilePythonCertProject
|
||||
};
|
||||
|
||||
export const hasNoTests = (challengeType: number): boolean =>
|
||||
challengeType === multipleChoice ||
|
||||
challengeType === theOdinProject ||
|
||||
challengeType === video ||
|
||||
challengeType === dialogue ||
|
||||
challengeType === fillInTheBlank;
|
||||
|
||||
export const hasNoSolution = (challengeType: number): boolean => {
|
||||
const noSolutions = [
|
||||
backend,
|
||||
|
||||
Reference in New Issue
Block a user