|
|
@ -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();
|
|
|
|
});
|
|
|
|
});
|
|
|
|