Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Aug 8, 2019
1 parent b32df0c commit 935615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/home/NewsItem.test.js
Expand Up @@ -25,6 +25,6 @@ describe('<NewsItem />', () => {
- https://github.com/nodesecurity/eslint-plugin-security#detect-non-literal-regexp
*/
// eslint-disable-next-line security/detect-non-literal-regexp
expect(wrapper.text()).toMatch(new RegExp(`Release ${version} is live`))
expect(wrapper.text()).toMatch(new RegExp(`For complete ${version} release notes`))
})
})

0 comments on commit 935615e

Please sign in to comment.