firebase / firebase-functions-test

MIT License
232 stars 48 forks source link

Module '"firebase-functions"' has no exported member 'crashlytics'. #104

Closed skhaz closed 3 years ago

skhaz commented 3 years ago

build tsc

node_modules/firebase-functions-test/lib/providers/crashlytics.d.ts:1:10 - error TS2305: Module '"firebase-functions"' has no exported member 'crashlytics'.

1 import { crashlytics } from 'firebase-functions';



Found 1 error.
VeryCrazyDog commented 3 years ago

@skhaz Have you check #97?

skhaz commented 3 years ago

@VeryCrazyDog #97 worked flawlessly