Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions assets/test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ module.exports = function(config) {
// possible values: LOG_DISABLE || LOG_ERROR || LOG_WARN || LOG_INFO || LOG_DEBUG
logLevel: config.LOG_INFO,

// Uncomment the following lines if you are using grunt's server to run the tests
// proxies: {
// '/': 'http://localhost:9000/'
// },
// Help karma find the views on disk in the app subdirectory
proxies: {
'/views/': '/app/views/'
},
// URL root prevent conflicts with the site root
// urlRoot: '_karma_'

Expand Down