Merge pull request #16 from Bouncey/feat/backendTests

Add backend tests
This commit is contained in:
Stuart Taylor
2018-04-17 11:33:04 +01:00
committed by Mrugesh Mohapatra
parent 5f0068e9c8
commit fa68757553
8 changed files with 52 additions and 44 deletions

View File

@ -115,6 +115,7 @@ exports.createPages = ({ graphql, boundActionCreators }) => {
component: views[viewTypes[challengeType]],
context: {
challengeMeta: {
challengeType,
template,
required,
nextChallengePath,