mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix issue where angular might not be loaded
This commit is contained in:
parent
defc4b3830
commit
6a8dd588a1
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
'css!screencast_reporter_css'
|
||||
], function (ScreencastReporter) {
|
||||
mocha.reporter(ScreencastReporter);
|
||||
done()
|
||||
done();
|
||||
});
|
||||
}
|
||||
|
||||
|
@ -77,6 +77,7 @@
|
|||
require([
|
||||
'kibana',
|
||||
'sinon/sinon',
|
||||
'angular',
|
||||
'specs/apps/discover/hit_sort_fn',
|
||||
'specs/apps/discover/directives/table',
|
||||
'specs/apps/discover/directives/discover_field',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue