Apply eslint rules

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

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

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

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

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

Loading…
Cancel
Save