Skip to content

Commit

Permalink
add missing 'use strict'
Browse files Browse the repository at this point in the history
  • Loading branch information
koskimas committed Jun 27, 2017
1 parent bafa7f2 commit 2c94a46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict';

const _ = require('lodash')
, os = require('os')
, path = require('path')
Expand Down

0 comments on commit 2c94a46

Please sign in to comment.