1
0
Fork 0

GraphViewer: Changed the karma configuration to .set as .configure has been deprecated

This commit is contained in:
Michael Hackstein 2013-07-15 14:19:02 +02:00
parent 14f997a223
commit 8f6fbb1a5a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
// Generated on Thu Jul 04 2013 11:39:34 GMT+0200 (CEST)
module.exports = function(karma) {
karma.configure({
karma.set({
// base path, that will be used to resolve files and exclude
basePath: '../jasmine_test/',