Oops, skrewed up tests with bad file, fixed.

This commit is contained in:
Mark Nadal 2015-06-19 02:14:38 -07:00
parent ec8bdad620
commit ccb5221775
3 changed files with 10 additions and 7 deletions

View File

@ -1,4 +1,5 @@
describe('All', function(){ return;
describe('All', function(){
return;
var expect = global.expect = require("./expect");
var Gun = Gun || require('../gun');

View File

@ -1,6 +1,6 @@
(function(){
(function(){ return; // TODO! BUG! Causes tests to crash and burn badly.
var Gun = require('../index');
var Gun = require('../gun');
require('../lib/set');
var gun = Gun();

View File

@ -167,12 +167,14 @@
</div>
<div id="step-5" class="step">
<p>step 5</p>
<textarea>
var gun = Gun();
<p>Replace the alert line in the submit function with the following:</p>
<textarea style="height: 2.5em;">
gun.set($('input').val());
$('input').val("");
</textarea>
<p></p>
<button>Go!</button>
<textarea id="code-3" class="none" style="height: 14em"><html>
<textarea id="code-5" class="none" style="height: 14em"><html>
<body>
<h2>Thoughts</h2>