Skip to content

Commit

Permalink
update karma configs
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrsh committed Apr 21, 2018
1 parent c501192 commit 02ff14f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
10 changes: 2 additions & 8 deletions test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,8 @@ module.exports = function(config) {
files: [
"../dist/moon.js",
"../node_modules/chai/chai.js",
"./core/util.js",
"./core/instance/*.js",
"./core/compiler/*.js",
"./core/directives/*.js",
"./core/plugin/*.js",
"./core/component/*.js",
"./core/events/*.js",
"./core/util/*.js"
"./core/*.js",
"./core/*/*.js"
],

exclude: [
Expand Down
10 changes: 2 additions & 8 deletions test/karma.sauce.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,8 @@ module.exports = function(config) {
files: [
"../dist/moon.js",
"../node_modules/chai/chai.js",
"./core/util.js",
"./core/instance/*.js",
"./core/compiler/*.js",
"./core/directives/*.js",
"./core/plugin/*.js",
"./core/component/*.js",
"./core/events/*.js",
"./core/util/*.js"
"./core/*.js",
"./core/*/*.js"
],

exclude: [
Expand Down

0 comments on commit 02ff14f

Please sign in to comment.