Skip to content

Commit

Permalink
fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ehg committed Feb 23, 2016
1 parent 3760a24 commit 4514c0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions client/state/themes/theme-details/test/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,20 @@ describe( 'reducer', () => {
themeName: 'Mood',
themeAuthor: 'Automattic',
themeScreenshot: 'mood.jpg',
themePrice: '$20',
themeDescription: 'the best theme ever invented',
themeDescriptionLong: 'the plato form of a theme',
themeSupportDocumentation: 'support comes from within',
} );

expect( state.get( 'mood' ).toJS() ).to.eql( {
name: 'Mood',
author: 'Automattic',
screenshot: 'mood.jpg',
price: '$20',
description: 'the best theme ever invented',
descriptionLong: 'the plato form of a theme',
supportDocumentation: 'support comes from within',
} );
} );

Expand Down

0 comments on commit 4514c0c

Please sign in to comment.