From 78c5b11d08c1e68b2ecf2a0d396c7b1bdf941f8f Mon Sep 17 00:00:00 2001 From: Valeriy Date: Sat, 27 Oct 2018 13:22:45 +0300 Subject: [PATCH] test(curriculum): add backend challenges to test --- curriculum/test/test-challenges.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curriculum/test/test-challenges.js b/curriculum/test/test-challenges.js index f2b8db0de3..ba6f2aec1f 100644 --- a/curriculum/test/test-challenges.js +++ b/curriculum/test/test-challenges.js @@ -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; }