Skip to content

Commit

Permalink
karma issue 895
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang-ning committed Jul 7, 2014
1 parent 3b38606 commit fd00153
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ module.exports = function(config) {
// base path, that will be used to resolve files and exclude
basePath: '',

usePolling: true,


// frameworks to use
frameworks: ['jasmine'],
Expand Down
1 change: 1 addition & 0 deletions lib/engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ define('river.engine',function() {

return {
scan:scan,
compile:scan,
ready:contentLoaded
};

Expand Down

0 comments on commit fd00153

Please sign in to comment.