This reverts commit a23a47750b
.
This commit is contained in:
committed by
GitHub
parent
50b554470d
commit
c19bf504b8
@ -570,14 +570,11 @@ async function createTestRunner(
|
||||
challengeFile.editableContents = solutionFile.editableContents;
|
||||
});
|
||||
|
||||
const { build, sources, loadEnzyme } = await buildChallenge(
|
||||
{
|
||||
challengeFiles,
|
||||
required,
|
||||
template
|
||||
},
|
||||
{ usesTestRunner: true }
|
||||
);
|
||||
const { build, sources, loadEnzyme } = await buildChallenge({
|
||||
challengeFiles,
|
||||
required,
|
||||
template
|
||||
});
|
||||
|
||||
const code = {
|
||||
contents: sources.index,
|
||||
|
Reference in New Issue
Block a user