Skip to content

Commit

Permalink
fix(Tests): Add global for Protractor
Browse files Browse the repository at this point in the history
  • Loading branch information
c0bra committed Dec 15, 2014
1 parent eee7035 commit 77969eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ module.exports = function(grunt) {
debug: true, // debugger statements allowed
globals: {
angular: false,

/* Protractor */
browser: false,

/* jquery (testing only) */
$:false,
Expand Down

0 comments on commit 77969eb

Please sign in to comment.