start-server-and-test
start-server-and-test copied to clipboard
[Suggest] remove bluebird pls
It does not really make much sense to use bluebird in nodejs env this days.
Suggest to replace the bluebird usage Promise.fromNode with native nodejs util.promisify https://nodejs.org/dist/latest-v12.x/docs/api/util.html#util_util_promisify_original
I can make a PR if this makes sense.