test(curriculum): add backend challenges to test

pull/30687/head
Valeriy 2018-10-27 13:22:45 +03:00 committed by mrugesh mohapatra
parent dc7bb257b9
commit 78c5b11d08
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ const jQueryScript = fs.readFileSync(
if (challengeType !== challengeTypes.html && if (challengeType !== challengeTypes.html &&
challengeType !== challengeTypes.js && challengeType !== challengeTypes.js &&
challengeType !== challengeTypes.bonfire && challengeType !== challengeTypes.bonfire &&
challengeType !== challengeTypes.modern challengeType !== challengeTypes.modern &&
challengeType !== challengeTypes.backend
) { ) {
return; return;
} }