Bryan Donovan
Bryan Donovan
I'm trying to use Kotest to write nested tests that have hooks that only run once per nest level. This is how mocha works in JavaScript and how RSpec works...
I'm new to Java and have been hunting around for a while trying to find a test framework where the test output is formatted like those in your colored-test-output example....
This pull request ditches jscoverage in favor of Istanbul, which is way better for test coverage reporting.
Added tests, fixed options handling in get(), deleteDocument(), cleaned up spacing, did some linting. There's a pending test in the core search canonical. That function only allows the options object...
Hi, Could you please publish a new npm version with the latest grex version change? Thanks!
I get this on mac os 10.10.2 when running `npm install prozess`: ``` v8::internal::Arguments /Users/bdonovan/.node-gyp/0.12.0/deps/v8/include/v8.h:127:7: note: 'v8::internal::Arguments' declared here class Arguments; ^ ../bignum.cc:206:36: error: unknown type name 'Arguments'; did you...