Apply eslint rules

Signed-off-by: trivernis <trivernis@protonmail.com>
pull/4/head
trivernis 2 years ago
parent de69491a88
commit 8d5253fdad
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,8 +1,8 @@
import { HasPropertyPipe } from './has-property.pipe';
import {HasPropertyPipe} from "./has-property.pipe";
describe('HasPropertyPipe', () => {
it('create an instance', () => {
const pipe = new HasPropertyPipe();
expect(pipe).toBeTruthy();
});
describe("HasPropertyPipe", () => {
it("create an instance", () => {
const pipe = new HasPropertyPipe();
expect(pipe).toBeTruthy();
});
});

@ -1,8 +1,8 @@
import { GetPropertyQueryPipe } from './get-property-query.pipe';
import {GetPropertyQueryPipe} from "./get-property-query.pipe";
describe('GetPropertyQueryPipe', () => {
it('create an instance', () => {
const pipe = new GetPropertyQueryPipe();
expect(pipe).toBeTruthy();
});
describe("GetPropertyQueryPipe", () => {
it("create an instance", () => {
const pipe = new GetPropertyQueryPipe();
expect(pipe).toBeTruthy();
});
});

@ -1,8 +1,8 @@
import { GetTagQueryPipe } from './get-tag-query.pipe';
import {GetTagQueryPipe} from "./get-tag-query.pipe";
describe('GetTagQueryPipe', () => {
it('create an instance', () => {
const pipe = new GetTagQueryPipe();
expect(pipe).toBeTruthy();
});
describe("GetTagQueryPipe", () => {
it("create an instance", () => {
const pipe = new GetTagQueryPipe();
expect(pipe).toBeTruthy();
});
});

@ -46,8 +46,8 @@ import {
import {
FilterExpressionListItemComponent
} from "./file-search/filter-dialog/filter-expression-list-item/filter-expression-list-item.component";
import { GetTagQueryPipe } from './file-search/filter-pipes/get-tag-query.pipe';
import { GetPropertyQueryPipe } from './file-search/filter-pipes/get-property-query.pipe';
import {GetTagQueryPipe} from "./file-search/filter-pipes/get-tag-query.pipe";
import {GetPropertyQueryPipe} from "./file-search/filter-pipes/get-property-query.pipe";
@NgModule({

Loading…
Cancel
Save