mirror of https://gitee.com/bigwinds/arangodb
GraphViewer: Changed the karma configuration to .set as .configure has been deprecated
This commit is contained in:
parent
14f997a223
commit
8f6fbb1a5a
|
@ -2,7 +2,7 @@
|
||||||
// Generated on Thu Jul 04 2013 11:39:34 GMT+0200 (CEST)
|
// Generated on Thu Jul 04 2013 11:39:34 GMT+0200 (CEST)
|
||||||
|
|
||||||
module.exports = function(karma) {
|
module.exports = function(karma) {
|
||||||
karma.configure({
|
karma.set({
|
||||||
|
|
||||||
// base path, that will be used to resolve files and exclude
|
// base path, that will be used to resolve files and exclude
|
||||||
basePath: '../jasmine_test/',
|
basePath: '../jasmine_test/',
|
||||||
|
|
Loading…
Reference in New Issue