File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -675,11 +675,6 @@ function createDistinctTests(autoIndex: `off` | `eager`): void {
675
675
} )
676
676
677
677
test ( `distinct with join operations` , ( ) => {
678
- console . log ( `**************************************************` )
679
- console . log ( `**************************************************` )
680
- console . log ( `**************************************************` )
681
- console . log ( `**************************************************` )
682
- console . log ( `**************************************************` )
683
678
// Create a simple departments collection to join with
684
679
const departmentsData = [
685
680
{ id : `Engineering` , budget : 1000000 } ,
@@ -715,7 +710,6 @@ function createDistinctTests(autoIndex: `off` | `eager`): void {
715
710
const results = Array . from ( distinctJoinedData . values ( ) )
716
711
717
712
// There are 3 distinct departments that have active users
718
- console . log ( `results:` , JSON . stringify ( results , null , 2 ) )
719
713
expect ( distinctJoinedData . size ) . toBe ( 3 )
720
714
721
715
// Should have distinct combinations of department
You can’t perform that action at this time.
0 commit comments