| 2 | import { } from '@nativescript/firebase-functions'; |
| 3 | |
| 4 | export class DemoSharedFirebaseFunctions extends DemoSharedBase { |
| 5 | |
| 6 | testIt() { |
| 7 | console.log('test firebase-functions!'); |
nothing calls this directly
no outgoing calls
no test coverage detected