diff --git a/test/karma.conf.js b/test/karma.conf.js index 72ce16d80999..66bf8a23b0dd 100644 --- a/test/karma.conf.js +++ b/test/karma.conf.js @@ -58,7 +58,7 @@ module.exports = config => { // 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', + pattern: 'dist/packages/material/core/theming/prebuilt/indigo-pink.css', included: true, watched: true },