sass-spec runs recursively as suites
Previously the runner only picked up the first level of the test suites. Now we pick up each folder as a Mocha suite, which increases the tests run from ~1K to 6K.
Showing
| ... | ... | @@ -75,6 +75,8 @@ |
| "istanbul": "^0.4.2", | ||
| "mocha": "^2.4.5", | ||
| "mocha-lcov-reporter": "^1.2.0", | ||
| "object-merge": "^2.5.1", | ||
| "read-yaml": "^1.0.0", | ||
| "rimraf": "^2.5.2" | ||
| } | ||
| } |
Please
register
or
sign in
to comment