Last change
on this file since dedbf60 was baf4cc4, checked in by ppaunovski <paunovskipavel@…>, 3 months ago |
split group project and individual project into two separate folders
|
-
Property mode
set to
100644
|
File size:
372 bytes
|
Rev | Line | |
---|
[baf4cc4] | 1 | import { TestBed } from '@angular/core/testing';
|
---|
| 2 |
|
---|
| 3 | import { DirectionService } from './direction.service';
|
---|
| 4 |
|
---|
| 5 | describe('DirectionService', () => {
|
---|
| 6 | let service: DirectionService;
|
---|
| 7 |
|
---|
| 8 | beforeEach(() => {
|
---|
| 9 | TestBed.configureTestingModule({});
|
---|
| 10 | service = TestBed.inject(DirectionService);
|
---|
| 11 | });
|
---|
| 12 |
|
---|
| 13 | it('should be created', () => {
|
---|
| 14 | expect(service).toBeTruthy();
|
---|
| 15 | });
|
---|
| 16 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.