mirror of
https://github.com/Dansen999/at-certification-stock.git
synced 2026-01-11 21:43:34 +00:00
Fixed tests.
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
import {TestBed} from '@angular/core/testing';
|
||||
|
||||
import { FinnhubService } from './finnhub.service';
|
||||
import {FinnhubService} from './finnhub.service';
|
||||
import {HttpClientTestingModule} from "@angular/common/http/testing";
|
||||
|
||||
describe('FinnhubService', () => {
|
||||
let service: FinnhubService;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({});
|
||||
TestBed.configureTestingModule({
|
||||
imports: [
|
||||
HttpClientTestingModule
|
||||
]
|
||||
});
|
||||
service = TestBed.inject(FinnhubService);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user