firebase / firebase-functions-test

MIT License
232 stars 48 forks source link

Fix #136 #141

Closed TheIronDev closed 2 years ago

TheIronDev commented 2 years ago

This commit fixes a breaking issue with the test sdk by not exporting @internal functions.

Exports won't function properly with functions annotated with @internal.

So, I updated main.ts to not export the @internal methods.