GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.3k stars 160 forks source link

Enable testServer usage with #404

Open matthewrobertson opened 2 years ago

matthewrobertson commented 2 years ago

Currently the testServer helper only works with declaratively register functions. We should find a way to make it work with the old background functions as well.

One idea is to have it accept a function as an argument instead of the registered name...