removed the console logger tests, as it previously fucked with the tape reporter

This commit is contained in:
Spencer Alger
2013-12-23 17:51:21 -07:00
parent a77b2be1f2
commit 0abe9df9a8

View File

@ -61,7 +61,7 @@
},
"testling": {
"files": [
"test/unit/test_!(file_logger|http_connector|stdio_logger|stream_logger|tracer_logger|transport_with_server)*",
"test/unit/test_!(file_logger|http_connector|stdio_logger|console_logger|stream_logger|tracer_logger|transport_with_server)*",
"test/unit/browser_test_*.js"
],
"harness": "mocha",