diff --git a/knex/index.d.ts b/knex/index.d.ts index 55ef48a05e..910bab9d04 100644 --- a/knex/index.d.ts +++ b/knex/index.d.ts @@ -7,6 +7,7 @@ /// import * as events from "events"; +import * as Promise from "bluebird"; type Callback = Function; type Client = Function; diff --git a/knex/knex-tests.ts b/knex/knex-tests.ts index 8fd9cc971c..8c1878760b 100644 --- a/knex/knex-tests.ts +++ b/knex/knex-tests.ts @@ -1,5 +1,6 @@ "use strict"; import * as Knex from 'knex'; +import * as Promise from 'bluebird'; import * as _ from 'lodash'; // Initializing the Library