test(curriculum): add backend challenges to test
This commit is contained in:
committed by
mrugesh mohapatra
parent
dc7bb257b9
commit
78c5b11d08
@ -73,7 +73,8 @@ const jQueryScript = fs.readFileSync(
|
||||
if (challengeType !== challengeTypes.html &&
|
||||
challengeType !== challengeTypes.js &&
|
||||
challengeType !== challengeTypes.bonfire &&
|
||||
challengeType !== challengeTypes.modern
|
||||
challengeType !== challengeTypes.modern &&
|
||||
challengeType !== challengeTypes.backend
|
||||
) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user