added assertion to tests

This commit is contained in:
Dolan Miu
2016-03-29 00:35:13 +01:00
parent 611d80af6d
commit 18c92426ad
6 changed files with 440 additions and 1 deletions

2
ts/typings/tsd.d.ts vendored
View File

@ -1,3 +1,5 @@
/// <reference path="mocha/mocha.d.ts" />
/// <reference path="lodash/lodash.d.ts" />
/// <reference path="assertion-error/assertion-error.d.ts" />
/// <reference path="chai/chai.d.ts" />