Signed-off-by: trivernis <trivernis@protonmail.com>
@ -1,7 +1,7 @@
import { HasPropertyPipe } from './has-property.pipe';
import {HasPropertyPipe} from "./has-property.pipe";
describe('HasPropertyPipe', () => {
it('create an instance', () => {
describe("HasPropertyPipe", () => {
it("create an instance", () => {
const pipe = new HasPropertyPipe();
expect(pipe).toBeTruthy();
});
import { GetPropertyQueryPipe } from './get-property-query.pipe';
import {GetPropertyQueryPipe} from "./get-property-query.pipe";
describe('GetPropertyQueryPipe', () => {
describe("GetPropertyQueryPipe", () => {
const pipe = new GetPropertyQueryPipe();
import { GetTagQueryPipe } from './get-tag-query.pipe';
import {GetTagQueryPipe} from "./get-tag-query.pipe";
describe('GetTagQueryPipe', () => {
describe("GetTagQueryPipe", () => {
const pipe = new GetTagQueryPipe();
@ -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({