Skip to content

Commit

Permalink
fix: linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
francisvaut committed May 2, 2024
1 parent 79964d2 commit 78a4f05
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions frontend/src/composables/services/project.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import { describe, it, expect } from 'vitest';

describe('placeholder', (): void => {
it('aaaaaaaa', () => {

})
it('aaaaaaaa', () => {});
});

// import { Project } from '@/types/Project';
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/test/unit/services/group_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import { describe, it, expect } from 'vitest';

describe('placeholder', (): void => {
it('aaaaaaaa', () => {

})
it('aaaaaaaa', () => {});
});

// /* eslint-disable @typescript-eslint/no-unused-vars */
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/test/unit/services/project_service.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import { describe, it, expect } from 'vitest';

describe('placeholder', (): void => {
it('aaaaaaaa', () => {

})
it('aaaaaaaa', () => {});
});

// /* eslint-disable @typescript-eslint/no-unused-vars */
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/test/unit/types/group.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import { describe, it, expect } from 'vitest';

describe('placeholder', (): void => {
it('aaaaaaaa', () => {

})
it('aaaaaaaa', () => {});
});

// import { describe, it, expect } from 'vitest';
Expand Down
4 changes: 1 addition & 3 deletions frontend/src/test/unit/types/project.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import { describe, it, expect } from 'vitest';

describe('placeholder', (): void => {
it('aaaaaaaa', () => {

})
it('aaaaaaaa', () => {});
});

// import { describe, it, expect } from 'vitest';
Expand Down

0 comments on commit 78a4f05

Please sign in to comment.