alyn000r

Results 1 issues of alyn000r

I am using [email protected] to write unit tests. This is my gulp task: ``` gulp.task('test:unit-test', function() { return gulp.src('test/unit/activity/Activity.spec.js') .pipe(jasmine({ integration: true, keepRunner: './', vendor:[ 'jspm_packages/system.js', 'system.config.js', 'test/activity/loader/debug-config.js' ], specHtml:...