/* eslint-disable */ import { TreeSearchPipe } from './treeSearch.pipe' describe('TreeSearchPipe works as intended', () => { const pipe = new TreeSearchPipe() /* TODO add tests for tree search pipe */ })