We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f022f4a commit 5645680Copy full SHA for 5645680
1 file changed
map.test.js
@@ -86,10 +86,7 @@ describe('Map.groupBy()', () => {
86
console.log(restock);
87
console.log(sufficient, '\n');
88
89
- console.log(style.h2(
90
- `## ..Using \`Map.groupBy()\` with a cb that conditionally returns
91
-the grouping values for each inventory item:`));
92
-
+ console.log(style.h2(`## ..Using \`Map.groupBy()\` with a cb and grouping vals:`));
93
console.log(`${style.green}
94
Map.groupBy(inventory, ({ quantity }) =>
95
quantity < 10 ? restock : sufficient,
0 commit comments