react-async-ssr icon indicating copy to clipboard operation
react-async-ssr copied to clipboard

Tests for sync callback of promise

Open overlookmotel opened this issue 6 years ago • 1 comments

All tests at present use lazy promises which call their .then() callback asynchronously.

Code is built in to this library to handle promises which call the .then() callback synchronously, but there are no tests for it.

overlookmotel avatar Mar 30 '19 03:03 overlookmotel

See #64.

overlookmotel avatar Apr 05 '20 15:04 overlookmotel