Skip to content

Commit

Permalink
fix protractor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jan 12, 2017
1 parent 0a07aed commit ce9d9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protractor.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let config = {
baseUrl: 'http://localhost:3000',
framework: 'jasmine2',
onPrepare: function() {
var SpecReporter = require('jasmine-spec-reporter');
var SpecReporter = require('jasmine-spec-reporter').SpecReporter;
// add jasmine spec reporter
jasmine.getEnv().addReporter(new SpecReporter({displaySpecDuration: true}));
// load APIs.guru list
Expand Down

0 comments on commit ce9d9b5

Please sign in to comment.