parent
de69491a88
commit
8d5253fdad
@ -1,8 +1,8 @@
|
|||||||
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,8 +1,8 @@
|
|||||||
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,8 +1,8 @@
|
|||||||
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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue