We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5c94e commit 5a56561Copy full SHA for 5a56561
src/ai/ai.spec.ts
@@ -1,9 +1,8 @@
1
import { TestBed } from '@angular/core/testing';
2
-import { AI, getAI } from '@angular/fire/ai';
+import { AI, getAI, provideAI } from '@angular/fire/ai';
3
import { FirebaseApp, getApp, initializeApp, provideFirebaseApp } from '@angular/fire/app';
4
import { COMMON_CONFIG } from '../test-config';
5
import { rando } from '../utils';
6
-import { provideAI } from './ai.module';
7
8
describe('AI', () => {
9
let app: FirebaseApp;
0 commit comments