Skip to content

Commit

Permalink
Feat(karma.conf): allow server beatify files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed May 17, 2016
1 parent 41b9c45 commit dd7592a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions karma.conf.js
Expand Up @@ -77,6 +77,11 @@ module.exports = function(config) {
included: false,
served: true,
},
{
pattern: "./node_modules/js-beautify/js/lib/*.js",
included: false,
served: true,
},
"tests/spec/SpecHelper.js",
"tests/test-main.js",
],
Expand Down

0 comments on commit dd7592a

Please sign in to comment.