Temp fix for missing test suite

This commit is contained in:
Stuart
2016-07-01 15:47:06 +01:00
parent 0ca9afb497
commit 7292c25c5a
2 changed files with 0 additions and 2 deletions

View File

@@ -89,7 +89,6 @@ $(document).ready(function() {
common.submitBtn$
)
.flatMap(() => {
$('#testSuite').fadeOut('slow');
common.appendToOutputDisplay('\n// testing challenge...');
return common.executeChallenge$()
.map(({ tests, ...rest }) => {