Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b181f2 commit 24b30e4Copy full SHA for 24b30e4
tests/components/Header/Header.spec.js
@@ -14,7 +14,7 @@ describe('(Component) Header', () => {
14
it('Renders a welcome message', () => {
15
const welcome = _wrapper.find('h1')
16
expect(welcome).to.exist
17
- expect(welcome.text()).to.match(/React Redux Starter Kit/)
+ expect(welcome.text()).to.match(/React Starter Kit/)
18
})
19
20
describe('Navigation links...', () => {
0 commit comments