babel/generator-babel-boilerplate

Add all features from sinon sandbox to root

Closed this issue · 1 comments

beyond just stub and spy

Full list here

  • mock
  • useFakeTimers
  • useFakeXMLHttpRequest
  • useFakeServer

The benefit of using the sandbox is that all of these are automatically restored in the afterEach for every test

Done!