nbot

A clone of the eBot by @deStrO fully based on node.js with build in Web Page - WIP
git clone git://archive.git.mtrnord.blog/MTRNord/nbot.git
Log | Files | Refs | README | LICENSE

start.js (270B)


      1 var expect = require("chai").expect
      2 var startJS = require("../start.js")
      3 describe("start", function() {
      4   describe("Placeholder", function() {
      5     it("keeps place", function() {
      6       var placeholderVar   = 1;
      7       expect(placeholderVar).to.equal(1);
      8     });
      9   });
     10 });