const expect = require('chai').expect const logging = require('../app/logging'); var debug = require('debug'); describe('Tests fer app/logging module', function(){ //beforeEach(function(){ //this.debugcb = this.sandbox.spy(); //debug.log = this.debugcb; //this.debugcb = debugcb; //this.debug = this.sandbox.stub(require.cache[require.resolve('debug')], 'exports').callsFake(function(){ //return debugcb; //}); //}); it('Test to see if I subbed my toe', function(){ let log = new logging.Log(); }); });