express-ping icon indicating copy to clipboard operation
express-ping copied to clipboard

Let all your express applications expose a common API to inform about their internal status and health.

Results 3 express-ping issues
Sort by recently updated
recently updated
newest added

I had to remove the line require.main on line12. I could not get it to work with typescript

Add an option to send a prettified/readable json.

It fails on Jest unfortunately, the reason is https://github.com/facebook/jest/issues/2150. I dont know if the best course of action is to wait and see if Jest updates, or if other test...