CartService und Buy-Button auf Detail-Seite hinzugefĆ¼gt
[examples/angular-tutorial] / src / app / cart.service.spec.ts
1 import { TestBed } from '@angular/core/testing';
2
3 import { CartService } from './cart.service';
4
5 describe('CartService', () => {
6   beforeEach(() => TestBed.configureTestingModule({}));
7
8   it('should be created', () => {
9     const service: CartService = TestBed.get(CartService);
10     expect(service).toBeTruthy();
11   });
12 });