Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/clean up #4

Merged
merged 15 commits into from
Jan 4, 2021
Prev Previous commit
Next Next commit
chore: removed unused commented test
  • Loading branch information
bashleigh committed Jan 4, 2021
commit 1ddf43f86e9c5225611ede76d9d80281bea7734f
7 changes: 0 additions & 7 deletions src/__tests__/polymorphic.repository.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ describe('AbstractPolymorphicRepository', () => {
});

describe('Childen', () => {
// describe('helper methods', () => {
// it('Is child', async () => {
// const repository: AdvertRepository = connection.getCustomRepository(AdvertRepository);

// expect(repository.isChildren({})).toBeTruthy();
// });
// });

describe('create', () => {
it('Can create with parent', async () => {
Expand Down