aboutsummaryrefslogtreecommitdiff
path: root/sandbox/TestTamara/FRONT/Ski/src/app/ucitaj.service.spec.ts
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/TestTamara/FRONT/Ski/src/app/ucitaj.service.spec.ts')
-rw-r--r--sandbox/TestTamara/FRONT/Ski/src/app/ucitaj.service.spec.ts16
1 files changed, 16 insertions, 0 deletions
diff --git a/sandbox/TestTamara/FRONT/Ski/src/app/ucitaj.service.spec.ts b/sandbox/TestTamara/FRONT/Ski/src/app/ucitaj.service.spec.ts
new file mode 100644
index 00000000..874f9ce0
--- /dev/null
+++ b/sandbox/TestTamara/FRONT/Ski/src/app/ucitaj.service.spec.ts
@@ -0,0 +1,16 @@
+import { TestBed } from '@angular/core/testing';
+
+import { UcitajService } from './ucitaj.service';
+
+describe('UcitajService', () => {
+ let service: UcitajService;
+
+ beforeEach(() => {
+ TestBed.configureTestingModule({});
+ service = TestBed.inject(UcitajService);
+ });
+
+ it('should be created', () => {
+ expect(service).toBeTruthy();
+ });
+});