Skip to content

Commit 2c94a46

Browse files
committed
add missing 'use strict'
1 parent bafa7f2 commit 2c94a46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
'use strict';
2+
13
const _ = require('lodash')
24
, os = require('os')
35
, path = require('path')

0 commit comments

Comments
 (0)