Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test to use
String.prototype.substring()
over .substr()
* `String.prototype.substr()` was deprecated, so the test is updated to use `String.prototype.substring()` instead
- Loading branch information