Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down