Skip to content

Commit

Permalink
Fix: Include phantomjs globals (fixes #3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusU committed Jul 18, 2015
1 parent c433728 commit 1fd0667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/environments.js
Expand Up @@ -31,7 +31,7 @@ module.exports = {
globals: globals.jasmine
},
phantomjs: {
globals: globals.phantom
globals: globals.phantomjs
},
jquery: {
globals: globals.jquery
Expand Down

0 comments on commit 1fd0667

Please sign in to comment.