Skip to content

Commit

Permalink
chore(sequenceEqual): convert sequenceEqual tests to run mode (#6318)
Browse files Browse the repository at this point in the history
* chore(sequenceEqual): remove lodash assign from sequenceEqual tests

The _.assign operation was mutating global state which could lead to
some confusion when tests start to rely on the mutated state and the
order of execution.

* chore(sequenceEqual): rename comparor to comparator function in test description

* chore(sequenceEqual): convert sequenceEqual tests to run mode
  • Loading branch information
tmair committed May 2, 2021
1 parent 9cce8a0 commit 0d04090
Showing 1 changed file with 288 additions and 235 deletions.

0 comments on commit 0d04090

Please sign in to comment.