promises-a-plus: fixed Q import casing in tests

This commit is contained in:
Igor Oleinikov
2014-03-10 21:43:25 +04:00
parent 0a70335334
commit c0faaf0ebc

View File

@@ -1,7 +1,7 @@
/// <reference path="promises-a-plus.d.ts"/>
/// <reference path="../rx.js/rx.async.d.ts"/>
/// <reference path="../es6-promises/es6-promises.d.ts"/>
/// <reference path="../q/q.d.ts"/>
/// <reference path="../q/Q.d.ts"/>
/// <reference path="../when/when.d.ts"/>
var thenNum: PromisesAPlus.Thenable<number>;