Skip to content

Commit

Permalink
Update docs/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
maxwellgerber and boneskull committed Nov 5, 2020
1 parent 93c4c55 commit 4e00e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Expand Up @@ -690,7 +690,7 @@ function add(...args) {
return args.reduce((prev, curr) => prev + curr, 0);
}

describe('add()', () => {
describe('add()', function() {
const tests = [
{args: [1, 2], expected: 3},
{args: [1, 2, 3], expected: 6},
Expand Down

0 comments on commit 4e00e43

Please sign in to comment.