Skip to content

Commit

Permalink
test: add numbas service test file
Browse files Browse the repository at this point in the history
added a spec test file for numbas service

daniel
  • Loading branch information
maddernd committed Sep 12, 2023
1 parent c6c14d8 commit 8d08641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/api/services/spec/numbas.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { HttpClientTestingModule, HttpTestingController } from '@angular/common/
import { NumbasService } from '../numbas.service';
import { HttpRequest } from '@angular/common/http';


describe('NumbasService', () => {
let numbasService: NumbasService;
let httpMock: HttpTestingController;
Expand Down

1 comment on commit 8d08641

@maddernd
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.