mocha --exit `find test -name '*.test.js' | \
	grep -v test/transports | \
	grep -v test/unit/winston/rejection-handler.test.js` | \
	grep -v test/unit/winston/exception-handler.test.js
