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