Skip to content

Commit

Permalink
test(aio): avoid warnings from Material during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalpak authored and petebacondarwin committed May 23, 2017
1 parent 368169d commit 3b28c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aio/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 3b28c75

Please sign in to comment.