Skip to content

Commit 696b429

Browse files
committed
update
1 parent bac2d8f commit 696b429

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/dialects/sql.js/test/getting-started/person-repository.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ describe('person-repository', () => {
8282
{ first_name: 'Brad', last_name: 'Pitt', gender: 'man' },
8383
{ first_name: 'Angelina', last_name: 'Jolie', gender: 'woman' },
8484
]);
85-
console.log(created);
86-
8785
await expect(PersonRepository.findPeople({ first_name: 'Brad' })).resolves.toBeTruthy();
8886
await expect(PersonRepository.findPeople({ first_name: 'Angelina' })).resolves.toBeTruthy();
8987
});

0 commit comments

Comments
 (0)