fix lint files

This commit is contained in:
2025-01-05 10:40:49 +01:00
parent 189478f078
commit 26fd61e90a
7 changed files with 14 additions and 13 deletions

View File

@@ -3,6 +3,6 @@ import {SortByPipe} from './sort-by.pipe';
describe('SortByPipe', () => {
it('create an instance', () => {
const pipe = new SortByPipe();
expect(pipe).toBeTruthy();
void expect(pipe).toBeTruthy();
});
});