* feat: add unit tests for LearningGoal component * feat: add LearningGoals component to Profile --------- Co-authored-by: Jason Wesson <jwesson@2u.com>
8 lines
141 B
JavaScript
8 lines
141 B
JavaScript
const mockData = {
|
|
learningGoal: 'advance_career',
|
|
editMode: 'static',
|
|
visibilityLearningGoal: 'private',
|
|
};
|
|
|
|
export default mockData;
|