feat(client): show and execute backend project tests (#35673)

This commit is contained in:
Valeriy
2019-06-11 18:46:36 +03:00
committed by mrugesh
parent 1abe4971f4
commit 839e81426e
6 changed files with 44 additions and 83 deletions

View File

@@ -61,7 +61,8 @@ const buildFunctions = {
[challengeTypes.bonfire]: buildJSChallenge,
[challengeTypes.html]: buildDOMChallenge,
[challengeTypes.modern]: buildDOMChallenge,
[challengeTypes.backend]: buildBackendChallenge
[challengeTypes.backend]: buildBackendChallenge,
[challengeTypes.backEndProject]: buildBackendChallenge
};
export async function buildChallenge(challengeData) {