Skip to content

Instantly share code, notes, and snippets.

@TheSavior
Created August 22, 2016 05:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheSavior/fc090bd6bb2ae91031f83fd7634ddf30 to your computer and use it in GitHub Desktop.
Save TheSavior/fc090bd6bb2ae91031f83fd7634ddf30 to your computer and use it in GitHub Desktop.
Test Files
test-setup
├── package.json
├── src
│ └── index.js
└── test
├── js
│ └── fixtures
│ ├── chai-and-sinon
│ │ ├── package.json
│ │ └── test
│ │ ├── mocha.opts
│ │ ├── js
│ │ │ └── setup.js
│ │ └── src-test
│ │ └── index.js
│ ├── chai-no-sinon
│ ├── chai-promises
│ ├── no-chai
│ ├── react-test
│ ├── sinon-and-sandbox
│ ├── sinon-promises
└── src-test
└── index_test.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment