Pārlūkot izejas kodu

Added empty stub to keep directory

master
Bryan Miller pirms 5 gadiem
vecāks
revīzija
adcafab80e
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. +13
    -0
      test/test-setup.spec.js

+ 13
- 0
test/test-setup.spec.js Parādīt failu

@@ -0,0 +1,13 @@

// NOTE: Idea for this file comes from https://blog.risingstack.com/node-hero-node-js-unit-testing-tutorial/
const sinon = require('sinon');
const chai = require('chai');

beforeEach(function(){
this.sandbox = sinon.createSandbox();
})

afterEach(function(){
this.sandbox.restore();
});


Notiek ielāde…
Atcelt
Saglabāt