rmurphey / js-assessment

A test-driven approach to assessing JS skills
5.15k stars 2.05k forks source link

Changes are done as part of test results. #181

Closed SwethaRachamalla closed 8 years ago

rmurphey commented 8 years ago

Can you clarify what issue this pull request is addressing?

SwethaRachamalla commented 8 years ago

This pull request is regarding the changes that are done in test/app folder in order to pass the failure tests.

rmurphey commented 8 years ago

It should be possible to get the tests passing without modifying the tests themselves; pull requests to this repo should be focused on adding new tests, or fixing bugs in existing tests. If you think there's a bug in an existing test, please start by opening an issue explaining the bug and your proposed fix. Thanks!