Run tests in iframe displays results to user
This commit is contained in:
@@ -60,6 +60,7 @@ export function getFileKey({ challengeType }) {
|
||||
export function createTests({ tests = [] }) {
|
||||
return tests
|
||||
.map(test => ({
|
||||
text: test.split('message: ').pop().replace(/\'\);/g, '')
|
||||
text: test.split('message: ').pop().replace(/\'\);/g, ''),
|
||||
testString: test
|
||||
}));
|
||||
}
|
||||
|
Reference in New Issue
Block a user