test(aio): avoid warnings from Material during tests

This commit is contained in:
Georgios Kalpakas 2017-05-21 01:32:42 +03:00 committed by Pete Bacon Darwin
parent 368169dc15
commit 3b28c75d1f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
files: [
{ pattern: './node_modules/@angular/material/prebuilt-themes/indigo-pink.css', included: true },
{ pattern: './src/test.ts', watched: false }
],
preprocessors: {