Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
fea741d7
Commit
fea741d7
authored
Oct 01, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shore: minor cleanup
parent
0c86241c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
5 deletions
+2
-5
README.md
+1
-1
karma.conf.js
+1
-2
public/app/plugins/datasource/elasticsearch/specs/datasource_specs.ts
+0
-2
No files found.
README.md
View file @
fea741d7
...
...
@@ -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
...
...
karma.conf.js
View file @
fea741d7
...
...
@@ -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!
},
...
...
public/app/plugins/datasource/elasticsearch/specs/datasource_specs.ts
View file @
fea741d7
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment