Last change
on this file 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:
342 bytes
|
Line | |
---|
1 | import { TestBed } from '@angular/core/testing';
|
---|
2 |
|
---|
3 | import { BusService } from './bus.service';
|
---|
4 |
|
---|
5 | describe('BusService', () => {
|
---|
6 | let service: BusService;
|
---|
7 |
|
---|
8 | beforeEach(() => {
|
---|
9 | TestBed.configureTestingModule({});
|
---|
10 | service = TestBed.inject(BusService);
|
---|
11 | });
|
---|
12 |
|
---|
13 | it('should be created', () => {
|
---|
14 | expect(service).toBeTruthy();
|
---|
15 | });
|
---|
16 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.