Skip to content

Commit

Permalink
change test description
Browse files Browse the repository at this point in the history
  • Loading branch information
Granze committed Mar 15, 2016
1 parent f328a66 commit 0bb1f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/App-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test('should contains an H1', t => {
t.is(app.props.children[0].props.children[0].type, 'h1');
});

test('should have a version number that match the package.json version property', t => {
test('should display the title and the version number', t => {
const h1 = <h1>React Starterify {version}</h1>;
const target = app.props.children[0].props.children[0];
t.ok(isEqual(target.props.children, h1.props.children));
Expand Down

0 comments on commit 0bb1f6c

Please sign in to comment.