Skip to content

Commit

Permalink
Tests: add missing globals to test/.jshintrc
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
  • Loading branch information
rwaldron committed Apr 6, 2017
1 parent 50e2e1e commit 7ffc64f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/.jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"five": true,
"Accelerometer": true,
"addControllerTest": true,
"Analog": true,
"Animation": true,
"Altimeter": true,
"Barometer": true,
Expand All @@ -43,6 +44,7 @@
"Buttons": true,
"Color": true,
"Compass": true,
"Digital": true,
"Distance": true,
"ESC": true,
"ESCs": true,
Expand All @@ -61,7 +63,9 @@
"Leds": true,
"LedControl": true,
"Light": true,
"Luxmeter": true,
"Joystick": true,
"Magnetometer": true,
"Motion": true,
"Motor": true,
"Multi": true,
Expand Down

0 comments on commit 7ffc64f

Please sign in to comment.