chore(material): add unit tests for MdButton.

This commit is contained in:
Jeremy Elbourn
2015-08-24 17:24:01 -07:00
parent d2458866c1
commit bfbce542e6
9 changed files with 191 additions and 5 deletions

View File

@ -13,6 +13,7 @@ System.config({
paths: {
'benchpress/*': 'dist/js/dev/es5/benchpress/*.js',
'angular2/*': 'dist/js/dev/es5/angular2/*.js',
'angular2_material/*': 'dist/js/dev/es5/angular2_material/*.js',
'rtts_assert/*': 'dist/js/dev/es5/rtts_assert/*.js',
'rx': 'node_modules/rx/dist/rx.js'
}