File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -55,12 +55,18 @@ module.exports = config => {
5555 { pattern : 'test/karma-system-config.js' , included : true , watched : false } ,
5656 { pattern : 'test/karma-test-shim.js' , included : true , watched : false } ,
5757
58- // Include a Material theme in the test suite.
58+ // Include a Material theme in the test suite. Also include the MDC theme as
59+ // karma runs tests for the mdc prototype component as well.
5960 {
6061 pattern : 'dist/packages/**/core/theming/prebuilt/indigo-pink.css' ,
6162 included : true ,
6263 watched : true
6364 } ,
65+ {
66+ pattern : 'dist/packages/material-experimental/mdc-theming/prebuilt/indigo-pink.css' ,
67+ included : true ,
68+ watched : true
69+ } ,
6470
6571 // Includes all package tests and source files into karma. Those files will be watched.
6672 // This pattern also matches all sourcemap files and TypeScript files for debugging.
You can’t perform that action at this time.
0 commit comments