Skip to content

Instantly share code, notes, and snippets.

@codesections
Created November 3, 2018 03:41
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 codesections/c410370a5247af991db8cf8d367d4868 to your computer and use it in GitHub Desktop.
Save codesections/c410370a5247af991db8cf8d367d4868 to your computer and use it in GitHub Desktop.
Current tests for trailblazers/reviews

The instruction state that we should link to our test folder, but I don't have a test folder—I followed advice to keep all tests directly next to the file that they're testing. So, for example, my /server/ folder has an app.js file and an app.test.js file.

Since I don't have a single folder with all my tests, here are links to my test files (roughly in declining order of significance):

/client/src/app.test.js

/server/app.test.js

/server/db/db.config.test.js

/server/db/db.test.js

/setup.test.js

My overall test coverage is also available on coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment