Temp fix for missing test suite
This commit is contained in:
@ -2,7 +2,6 @@ window.common = (function({ $, common = { init: [] }}) {
|
||||
|
||||
common.displayTestResults = function displayTestResults(data = [], down) {
|
||||
$('#testSuite').children().remove();
|
||||
$('#testSuite').fadeIn('slow');
|
||||
data.forEach(({ err = false, text = '' }) => {
|
||||
var iconClass = err ?
|
||||
'"ion-close-circled big-error-icon"' :
|
||||
|
@ -89,7 +89,6 @@ $(document).ready(function() {
|
||||
common.submitBtn$
|
||||
)
|
||||
.flatMap(() => {
|
||||
$('#testSuite').fadeOut('slow');
|
||||
common.appendToOutputDisplay('\n// testing challenge...');
|
||||
return common.executeChallenge$()
|
||||
.map(({ tests, ...rest }) => {
|
||||
|
Reference in New Issue
Block a user