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