[types-02] Sequelize - Import Promise for target < es6 (#10862)

* import Promise for target < es6

* Fix test Promise type
This commit is contained in:
Ali Taheri Moghaddar
2016-10-03 22:15:12 +03:30
committed by Mohamed Hegazy
parent 006cb52566
commit 3d8ad8de0b
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
import * as _ from "lodash";
import * as Promise from "bluebird";
declare namespace sequelize {

View File

@@ -1,4 +1,5 @@
import Sequelize = require("sequelize");
import Promise = require('bluebird');
//
// Fixtures