Skip to content

Commit

Permalink
feat: add new Numbas Feature
Browse files Browse the repository at this point in the history
adjusted lint on edit-profile-component.spec.ts

Changed by: Daniel Maddern
  • Loading branch information
maddernd committed Sep 11, 2023
1 parent 639f428 commit 1836cf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('EditProfileComponent', () => {

beforeEach(async () => {
await TestBed.configureTestingModule({
declarations: [EditProfileComponent]
declarations: [EditProfileComponent],
}).compileComponents();

fixture = TestBed.createComponent(EditProfileComponent);
Expand Down

0 comments on commit 1836cf2

Please sign in to comment.