test: set up karma to support fakeAsync

This commit is contained in:
vsavkin 2016-05-24 13:23:05 -07:00
parent 1a4e911b8b
commit 0f79e504c9
1 changed files with 2 additions and 0 deletions

View File

@ -18,8 +18,10 @@ module.exports = function(config) {
// Zone.js dependencies
'node_modules/zone.js/dist/zone.js',
'node_modules/zone.js/dist/long-stack-trace-zone.js',
'node_modules/zone.js/dist/jasmine-patch.js',
'node_modules/zone.js/dist/async-test.js',
'node_modules/zone.js/dist/fake-async-test.js',
// RxJs.
{ pattern: 'node_modules/rxjs/**/*.js', included: false, watched: false },