Skip to content

Commit

Permalink
test(grid-list): add unit tests for grid-list
Browse files Browse the repository at this point in the history
  • Loading branch information
kara committed May 28, 2016
1 parent d037ed3 commit bab7f01
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/grid-list/grid-list-errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class MdGridListColsError extends MdError {
*/
export class MdGridTileTooWideError extends MdError {
constructor(cols: number, listLength: number) {
super(`Tile with colspan ${cols} is wider than grid with cols="${listLength}".`);
super(`md-grid-list: tile with colspan ${cols} is wider than grid with cols="${listLength}".`);
}
}

Expand Down
Loading

0 comments on commit bab7f01

Please sign in to comment.