Skip to content

Commit

Permalink
docs(@putout/plugin-tape) convert-deep-equal-to-equal: improve descri…
Browse files Browse the repository at this point in the history
…ption
  • Loading branch information
coderaiser authored Sep 30, 2021
1 parent e09f926 commit bf0ee7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-tape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ test('some message', (t) => {

## convert-deep-equal-to-equal

Use `equal` when comparing with primitive;
Use [`equal`](https://github.com/coderaiser/supertape#tequalactual-expected-msg) when comparing with primitives, [`deepEqual`](https://github.com/coderaiser/supertape#tdeepequalactual-expected-msg) for [`Objects`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object) and [`Arrays`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array);

### ❌ Incorrect code example

Expand Down

0 comments on commit bf0ee7c

Please sign in to comment.