Skip to content

Commit 5645680

Browse files
committed
Update styles
1 parent f022f4a commit 5645680

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

map.test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,7 @@ describe('Map.groupBy()', () => {
8686
console.log(restock);
8787
console.log(sufficient, '\n');
8888

89-
console.log(style.h2(
90-
`## ..Using \`Map.groupBy()\` with a cb that conditionally returns
91-
the grouping values for each inventory item:`));
92-
89+
console.log(style.h2(`## ..Using \`Map.groupBy()\` with a cb and grouping vals:`));
9390
console.log(`${style.green}
9491
Map.groupBy(inventory, ({ quantity }) =>
9592
quantity < 10 ? restock : sufficient,

0 commit comments

Comments
 (0)