Skip to content

Commit

Permalink
fix(node): strict mode for tests
Browse files Browse the repository at this point in the history
This commit fixes a failing Node V4 test that required strict mode.
  • Loading branch information
Jonathan Niles committed Jan 8, 2017
1 parent db88375 commit 3b65470
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/patientVisits.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

/* global expect, chai, agent */
/* jshint expr : true */

Expand Down

0 comments on commit 3b65470

Please sign in to comment.