live-server icon indicating copy to clipboard operation
live-server copied to clipboard

Use String#includes instead of String#indexOf

Open andria-dev opened this issue 4 years ago • 0 comments

Fixes #336

In all instances where String#indexOf was used to determine if a substring existed, I replaced the calls with String#includes.

Affected files:

  • live-server.js
  • test/cli.js
  • test/acceptance.js
  • injected.html
  • index.js

All tests passed locally with all the changes in this PR 👍

andria-dev avatar Dec 31 '19 17:12 andria-dev