Skip to content

Commit

Permalink
Yarn test
Browse files Browse the repository at this point in the history
  • Loading branch information
chownces committed Jun 18, 2021
1 parent defcc83 commit 537862c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

exports[`GitHubClassroom renders correctly 1`] = `
"<div className=\\"Academy\\">
<GitHubAssessmentsNavigationBar changeCourseHandler={[Function: changeCourseHandler]} handleGitHubLogIn={[Function: handleGitHubLogIn]} handleGitHubLogOut={[Function: handleGitHubLogOut]} octokit={{...}} courses={[undefined]} selectedCourse=\\"\\" types={{...}} assessmentOverviews={[undefined]} />
<GitHubAssessmentsNavigationBar changeCourseHandler={[Function (anonymous)]} handleGitHubLogIn={[Function: handleGitHubLogIn]} handleGitHubLogOut={[Function: handleGitHubLogOut]} octokit={{...}} courses={[undefined]} selectedCourse=\\"\\" types={[undefined]} assessmentTypeOverviews={[undefined]} />
<Switch>
<Route path=\\"/githubassessments/login\\" render={[Function: render]} />
<Route path=\\"/githubassessments/welcome\\" component={[Function: component]} />
<Route path=\\"/githubassessments/editor\\" component={[Function: C] { displayName: 'withRouter(Connect(GitHubAssessmentWorkspace))', WrappedComponent: [Function: GitHubAssessmentWorkspace], propTypes: { wrappedComponentRef: [Function: bound checkType] { isRequired: [Function: bound checkType] } } }} />
<Route render={[Function: redirectToLogin]} />
</Switch>
Expand Down

0 comments on commit 537862c

Please sign in to comment.