d96634b5ae
This is the initial check in of the dashboard UI. Change-Id: I5621896191f3664ed504b38e7cdc405c422c76fd
4 lines
507 B
JavaScript
4 lines
507 B
JavaScript
/*! grafana - v1.6.1 - 2014-09-02
|
|
* Copyright (c) 2014 Torkel Ödegaard; Licensed Apache License */
|
|
|
|
module.exports=function(a){a.set({basePath:"../",frameworks:["mocha","requirejs","expect"],files:["test/test-main.js",{pattern:"app/**/*.js",included:!1},{pattern:"vendor/**/*.js",included:!1},{pattern:"test/**/*.js",included:!1},{pattern:"**/*.js",included:!1}],exclude:[],reporters:["progress"],port:9876,colors:!0,logLevel:a.LOG_INFO,autoWatch:!0,browsers:["Chrome"],captureTimeout:6e4,singleRun:!1})}; |