mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
State service tests
This commit is contained in:
parent
79e53974dd
commit
3ff77aa8d0
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
define(function (require) {
|
||||
var _ = require('lodash');
|
||||
require('utils/rison');
|
||||
|
||||
require('modules')
|
||||
.get('kibana/services')
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
'specs/apps/dashboard/index',
|
||||
'specs/apps/dashboard/directives/panel',
|
||||
'specs/apps/dashboard/directives/grid',
|
||||
|
||||
'specs/services/state',
|
||||
'specs/courier/index'
|
||||
], function (sinon) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue