Skip to content

Commit

Permalink
test: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyHuss committed Aug 4, 2023
1 parent 263972a commit c56858f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,6 @@ describe('flattener', () => {
},
});

console.log(datasource.getCollection('books').schema.fields);

expect(datasource.getCollection('books').schema.fields).toEqual({
authors: {
foreignCollection: 'books_authors',
Expand Down

0 comments on commit c56858f

Please sign in to comment.