Skip to content

Instantly share code, notes, and snippets.

@nolanlawson
Last active December 17, 2015 19:53
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 nolanlawson/71eaae626fccf119635d to your computer and use it in GitHub Desktop.
Save nolanlawson/71eaae626fccf119635d to your computer and use it in GitHub Desktop.
Github issues I need help with

Github issues I need help with

For all of these issues, there are clear instructions in the README.md or CONTRIBUTING.md describing how to run the test suite. Most of the time, it's as simple as npm i && npm t.

PouchDB-related

For these projects, I always use Mocha for testing, so if you're familiar with that, you should be fine. Most of them can be tested either in Node or in the browser – pick your flavor. (And there are instructions for both.)

The only exception is pouchdb-authentication, which currently has a very sloppy test setup, but you can manually run browser tests in that repo using npm run dev.

Pokedex.org-related

Also for anybody more interested in UI stuff than database stuff, there are a few quite easy issues on Pokedex.org that I just haven't had time for:

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