Skip to content

Commit

Permalink
Update packages/tables/docs/12-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Sep 3, 2024
1 parent 9bdd945 commit b9a35cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tables/docs/12-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ it('can average values in a column', function () {

The first argument is the column name, the second is the summarizer ID, and the third is the expected value.

Note that the expected and actual values are normalized, such that 123.12 is considered the same as "123.12", and ['Fred', 'Jim'] is the same as ['Jim', 'Fred'].
Note that the expected and actual values are normalized, such that `123.12` is considered the same as `"123.12"`, and `['Fred', 'Jim']` is the same as `['Jim', 'Fred']`.

You may set a summarizer ID by passing it to the `make()` method:

Expand Down

0 comments on commit b9a35cd

Please sign in to comment.