Fixed tests for sequelize

This commit is contained in:
Ivan Drinchev
2015-08-06 20:28:53 +02:00
parent da093877f4
commit e33745b6ad
2 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -5,9 +5,9 @@
// Based on original work by: samuelneff <https://github.com/samuelneff/sequelize-auto-ts/blob/master/lib/sequelize.d.ts>
/// <reference path="./lodash.d.ts" />
/// <reference path="./bluebird.d.ts" />
/// <reference path="./validator.d.ts" />
/// <reference path="../lodash/lodash.d.ts" />
/// <reference path="../bluebird/bluebird.d.ts" />
/// <reference path="../validator/validator.d.ts" />
declare module "sequelize" {