Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 495 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 495 Bytes

Build Status

Keen Tracking in Javascript Promises

Using a keen-tracking client with promises has caused node process to hang without returning a status code. This example's use case is a single test (using jest) that simply resolves true. The jest framework resolves the promise but fails to exit the process with a status code of 0 as expected.