Skip to content

Commit 1ddf43f

Browse files
committed
chore: removed unused commented test
1 parent 712097a commit 1ddf43f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/__tests__/polymorphic.repository.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ describe('AbstractPolymorphicRepository', () => {
4242
});
4343

4444
describe('Childen', () => {
45-
// describe('helper methods', () => {
46-
// it('Is child', async () => {
47-
// const repository: AdvertRepository = connection.getCustomRepository(AdvertRepository);
48-
49-
// expect(repository.isChildren({})).toBeTruthy();
50-
// });
51-
// });
5245

5346
describe('create', () => {
5447
it('Can create with parent', async () => {

0 commit comments

Comments
 (0)