Skip to content

Commit 74257c7

Browse files
committed
Checking style rendering
1 parent b51137b commit 74257c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ describe('Map.groupBy()', () => {
7979

8080
console.log(style.h1('# The Map.groupBy() static method groups the elements of a given iterable using the values returned by a provided callback function. The final returned Map uses the unique values from the test function as keys, which can be used to get the array of elements in each group\n'));
8181

82-
console.log(style.h2('## Given an iterable (inventory):\n\n'),
82+
console.log(style.h2(`## Given an iterable (inventory):\n\n`),
8383
inventory, '\n');
8484

85-
console.log(style.h2('## ..And grouping values (restock, sufficient):\n\n'), restock, '\n', sufficient, '\n');
85+
console.log(style.h2(`## ..And grouping values (restock, sufficient):\n\n`), restock, `\n`, sufficient, `\n`);
8686

8787
console.log(style.h2(
8888
`## ..Using \`Map.groupBy()\` with a cb that conditionally returns

0 commit comments

Comments
 (0)