serverless/docs/testing.md
2015-10-20 16:57:24 -05:00

317 B

Testing

Logging

JawsUtils.jawsDebug() offers the ability for writing debug logs to stdout. You can control the namespaces that get logged by setting the DEBUG env var per the [https://github.com/visionmedia/debug](npm debug) rules. If you want to see all namespaces set DEBUG=*

Running test cases