reg-viz / reg-suit

:recycle: Visual Regression Testing tool

Home Page:https://reg-viz.github.io/reg-suit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regular expression in commit explorer looks like a bad template string

tilgovi opened this issue · comments

const re = new RegExp(`^this._branchName$`);

That template string looks like it's intended to have a substitution, but is missing the ${} syntax to do so.