cfpb / node-wcag

WCAG and Section 508 accessibility audits from the command line.
Creative Commons Zero v1.0 Universal
31 stars 8 forks source link

Fixing some errors #3

Closed zrrrzzt closed 9 years ago

zrrrzzt commented 9 years ago

Mainly a missing dev-dependency and an error in the example.

Had to change one of the tests to make it pass.

contolini commented 9 years ago

:+1: Thanks!

Travis is failing because the encrypted achecker ID in .travis.yml can't be read by PRs. If you happen to know how to fix that, do let me know. I'm leaning toward creating a dummy achecker account and just leaving the ID in plaintext.

zrrrzzt commented 9 years ago

I think something like this: Phase 1: plaintext ID Phase 2: restructure the app to make each part testable Phase 3: Mocks