Skip to content

Commit

Permalink
karma update to remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpapa committed Nov 26, 2014
1 parent cd156b5 commit 89cb8bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cc-bmean/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ module.exports = function (config) {
'/': 'http://localhost:8888/'
},

// /_karma_/ Avoids this warning:
// WARN [config]: "/" is proxied, you should probably
// change urlRoot to avoid conflicts
urlRoot: '/_karma_/',

// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
Expand Down
1 change: 1 addition & 0 deletions zza-node-mongo/client/app/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*
* Defines the AngularJS application module and initializes it
*/

(function( angular ) {
var app = angular.module( "app", [
'breeze.angular',
Expand Down

0 comments on commit 89cb8bc

Please sign in to comment.