test(curriculum): check challenges for all langs

This commit is contained in:
Valeriy
2018-12-05 22:04:30 +03:00
committed by Stuart Taylor
parent 81f9dce834
commit 515999070d
2 changed files with 34 additions and 16 deletions

View File

@ -6,5 +6,13 @@ exports.dasherize = function dasherize(name) {
.replace(/\:/g, '');
};
const supportedLangs = ['english', 'spanish'];
const supportedLangs = [
'arabic',
'chinese',
'english',
'portuguese',
'russian',
'spanish'
];
exports.supportedLangs = supportedLangs;