Projekt

Obecné

Profil

Stáhnout (357 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
import { TestBed } from '@angular/core/testing';
2

    
3
import { DrawerService } from './drawer.service';
4

    
5
describe('DrawerService', () => {
6
  let service: DrawerService;
7

    
8
  beforeEach(() => {
9
    TestBed.configureTestingModule({});
10
    service = TestBed.inject(DrawerService);
11
  });
12

    
13
  it('should be created', () => {
14
    expect(service).toBeTruthy();
15
  });
16
});
(1-1/2)