diff --git a/public/js/lib/bonfire/framework.js b/public/js/lib/bonfire/framework.js index 5407a4e1ab..cd60546f2f 100644 --- a/public/js/lib/bonfire/framework.js +++ b/public/js/lib/bonfire/framework.js @@ -29,7 +29,7 @@ myCodeMirror.setValue('/*Welcome to Bonfire, Free Code Camp\'s future CoderByte ' });\n' + '}\n' + 'expect(test()).to.be.a("array");\n\n' + -'assert.deepEqual(test(), [1,4,9]);' + +'assert.deepEqual(test(), [1,4,9]);\n\n' + 'test();'); //myCodeMirror.setSize("100%", "100%");