Skip to content

Conversation

@cameronprattedwards
Copy link
Contributor

This branch just breaks up the single test file into three separate files, so that the test directory mirrors the src directory. This way, you can look at a file's location in the structure and tell which component it is testing (e.g. test/services/decorators-test.js is testing src/services/decorators.js).

I'd like this change because I want to write more tests and this will make it easier for me to see which components still need tests and where to put my test files. Also, the single, megalithic file was a little hard to find my way around.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 5029c09 on cameronprattedwards:modularize-tests into c75374b on Textalk:development.

@davidlgj
Copy link
Contributor

Wonderful! This is really awesome, and more tests are always welcome. Planning on doing protractor tests as well when time allows. Thanks!

davidlgj added a commit that referenced this pull request Sep 10, 2014
@davidlgj davidlgj merged commit 6e048a7 into json-schema-form:development Sep 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants