diff --git a/test/karma.conf.js b/test/karma.conf.js index b8b6402fa636..72ce16d80999 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -55,12 +55,18 @@ module.exports = config => { {pattern: 'test/karma-system-config.js', included: true, watched: false}, {pattern: 'test/karma-test-shim.js', included: true, watched: false}, - // Include a Material theme in the test suite. + // Include a Material theme in the test suite. Also include the MDC theme as + // karma runs tests for the MDC prototype components as well. { pattern: 'dist/packages/**/core/theming/prebuilt/indigo-pink.css', included: true, watched: true }, + { + pattern: 'dist/packages/material-experimental/mdc-theming/prebuilt/indigo-pink.css', + included: true, + watched: true + }, // Includes all package tests and source files into karma. Those files will be watched. // This pattern also matches all sourcemap files and TypeScript files for debugging.