mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
include missing Promise deps
This commit is contained in:
parent
2617a17bff
commit
d9772bdbb0
2 changed files with 3 additions and 1 deletions
3
test/fixtures/scenarioManager.js
vendored
3
test/fixtures/scenarioManager.js
vendored
|
@ -1,6 +1,7 @@
|
|||
var path = require('path');
|
||||
var config = require('./config').scenarios;
|
||||
var elasticsearch = require('elasticsearch');
|
||||
var Promise = require('bluebird');
|
||||
var config = require('./config').scenarios;
|
||||
|
||||
function ScenarioManager(server) {
|
||||
if (!server) throw new Error('No server defined');
|
||||
|
|
|
@ -4,6 +4,7 @@ define(function (require) {
|
|||
// so we can provide the remote Command object
|
||||
// at runtime
|
||||
|
||||
var Promise = require('bluebird');
|
||||
var Common = require('./Common');
|
||||
|
||||
var defaultTimeout = 5000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue