Last change
on this file since 0e4e3d1 was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
372 bytes
|
Rev | Line | |
---|
[8423429] | 1 | import { TestBed } from '@angular/core/testing';
|
---|
| 2 |
|
---|
| 3 | import { MaterialsService } from './materials.service';
|
---|
| 4 |
|
---|
| 5 | describe('MaterialsService', () => {
|
---|
| 6 | let service: MaterialsService;
|
---|
| 7 |
|
---|
| 8 | beforeEach(() => {
|
---|
| 9 | TestBed.configureTestingModule({});
|
---|
| 10 | service = TestBed.inject(MaterialsService);
|
---|
| 11 | });
|
---|
| 12 |
|
---|
| 13 | it('should be created', () => {
|
---|
| 14 | expect(service).toBeTruthy();
|
---|
| 15 | });
|
---|
| 16 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.