mirror of https://github.com/grafana/grafana
commit
79b873e40e
@ -1,11 +0,0 @@ |
||||
///<reference path="../../headers/common.d.ts" />
|
||||
|
||||
import _ from 'lodash'; |
||||
import {QueryPart} from 'app/core/components/query_part/query_part'; |
||||
import alertDef from './alert_def'; |
||||
|
||||
export class AlertModel { |
||||
constructor() { |
||||
} |
||||
} |
||||
|
@ -1,10 +0,0 @@ |
||||
import {describe, beforeEach, it, sinon, expect, angularMocks} from 'test/lib/common'; |
||||
|
||||
import _ from 'lodash'; |
||||
import {DashboardRow} from '../row/row_model'; |
||||
|
||||
describe('DashboardRow', function() { |
||||
|
||||
}); |
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue