-
Notifications
You must be signed in to change notification settings - Fork 29
Error on Windows10(x64) #53
Copy link
Copy link
Open
Description

Hi,
I have PhantomJS installed globally. Phantomjs binary is available in the PATH and executable from the command line.
Here is my gulp task
gulp.task('tests', function () {
return gulp.src('tests/spec/extraSpec.js')
.pipe(jasmine({
integration: true
}));
});
I can not find logs and events.js:141 to see what's going wrong.
Running Jasmine with minijasminenode2 goes well when I delete the string integration: true from my gulp task
Please, help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels