Skip to content

Commit b5b1a1b

Browse files
chaeuslerfilipesilva
authored andcommitted
updated karma configuration to support fakeAsync()
1 parent 5c64b1d commit b5b1a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

addon/ng2/blueprints/ng2/files/config/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = function (config) {
2020
{ pattern: 'dist/vendor/systemjs/dist/system-polyfills.js', included: true, watched: false },
2121
{ pattern: 'dist/vendor/systemjs/dist/system.src.js', included: true, watched: false },
2222
{ pattern: 'dist/vendor/zone.js/dist/async-test.js', included: true, watched: false },
23+
{ pattern: 'dist/vendor/zone.js/dist/fake-async-test.js', included: true, watched: false },
2324

2425
{ pattern: 'config/karma-test-shim.js', included: true, watched: true },
2526

0 commit comments

Comments
 (0)