max-mapper / standard-format

converts your code into Standard JavaScript Format
264 stars 59 forks source link

Modularize test from file pattern and add snazzy #100

Closed bcomnes closed 9 years ago

bcomnes commented 9 years ago

This removes the standard runner, thanks to the new standard linting api.

This also adds snazzy as a standard test reporter.

bcomnes commented 9 years ago

I want to DRY up some of the other tests and organize them in a more thematic way with hopes that it will help bring clarity to areas we need to focus on, and also make it super easy for people to jump in and fix one or two formatting rules.

Right now the tests are kinda all over the place in terms of style and organization.