mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
shore: minor cleanup
This commit is contained in:
parent
0c86241c5b
commit
fea741d7c2
@ -60,7 +60,7 @@ npm run test
|
||||
|
||||
Run tests in watch mode
|
||||
```bash
|
||||
npm run test-watch
|
||||
npm run watch-test
|
||||
```
|
||||
|
||||
### Recompile backend on source change
|
||||
|
@ -11,7 +11,7 @@ module.exports = function(config) {
|
||||
|
||||
// list of files / patterns to load in the browser
|
||||
files: [
|
||||
'public/test/index.ts',
|
||||
{ pattern: 'public/test/index.ts', watched: false }
|
||||
],
|
||||
|
||||
preprocessors: {
|
||||
@ -19,7 +19,6 @@ module.exports = function(config) {
|
||||
},
|
||||
|
||||
webpack: webpackTestConfig,
|
||||
|
||||
webpackServer: {
|
||||
noInfo: true, // please don't spam the console when running in karma!
|
||||
},
|
||||
|
@ -5,8 +5,6 @@ import angular from 'angular';
|
||||
import helpers from 'test/specs/helpers';
|
||||
import {ElasticDatasource} from "../datasource";
|
||||
|
||||
console.log(ElasticDatasource);
|
||||
|
||||
describe('ElasticDatasource', function() {
|
||||
var ctx = new helpers.ServiceTestContext();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user