Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24b30e4

Browse files
committed
Updated test.spec
1 parent 5b181f2 commit 24b30e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/Header/Header.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('(Component) Header', () => {
1414
it('Renders a welcome message', () => {
1515
const welcome = _wrapper.find('h1')
1616
expect(welcome).to.exist
17-
expect(welcome.text()).to.match(/React Redux Starter Kit/)
17+
expect(welcome.text()).to.match(/React Starter Kit/)
1818
})
1919

2020
describe('Navigation links...', () => {

0 commit comments

Comments
 (0)