migrate firebase db
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
import {TestBed} from '@angular/core/testing';
|
||||
import {Firestore} from '@angular/fire/firestore';
|
||||
|
||||
import {DbService} from './db.service';
|
||||
|
||||
describe('DbService', () => {
|
||||
beforeEach(() => void TestBed.configureTestingModule({}));
|
||||
beforeEach(
|
||||
() =>
|
||||
void TestBed.configureTestingModule({
|
||||
providers: [{provide: Firestore, useValue: {}}],
|
||||
})
|
||||
);
|
||||
|
||||
it('should be created', () => {
|
||||
const service: DbService = TestBed.inject(DbService);
|
||||
|
||||
Reference in New Issue
Block a user