feat: allow next challenge's seed to be a solution (#39145)
* feat: allow next challenge's seed to be a solution
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
4f1be63055
commit
fd7a8c0d5e
5
curriculum/test/utils/sort-challenges.js
Normal file
5
curriculum/test/utils/sort-challenges.js
Normal file
@ -0,0 +1,5 @@
|
||||
const { sortBy } = require('lodash');
|
||||
|
||||
exports.sortChallenges = arr => {
|
||||
return sortBy(arr, ['superOrder', 'order', 'challengeOrder']);
|
||||
};
|
Reference in New Issue
Block a user