mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-20 12:03:11 -04:00
fix: Add tests for redirectToLearn
This commit is contained in:
committed by
mrugesh mohapatra
parent
953e1b2e11
commit
014c26cd4e
@@ -81,3 +81,8 @@ export const firstChallengeQuery = {
|
||||
// first challenge of the first block of the first superBlock
|
||||
where: { challengeOrder: 0, superOrder: 1, order: 0 }
|
||||
};
|
||||
|
||||
export const mockPathMigrationMap = {
|
||||
'challenge-one': '/learn/superblock/block/challenge-one',
|
||||
'challenge-two': '/learn/superblock/block/challenge-two'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user