Add example use of karma (+ jasmine and chai)

This commit is contained in:
SteveSandersonMS
2016-09-09 10:31:43 +01:00
parent 0bcf4b0700
commit 3d5017404d
8 changed files with 1000 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
/// <reference path="requirejs/require.d.ts" />
/// <reference path="es6-shim/es6-shim.d.ts" />
/// <reference path="assertion-error/assertion-error.d.ts" />
/// <reference path="chai/chai.d.ts" />
/// <reference path="jasmine/jasmine.d.ts" />