Skip to content

Commit

Permalink
use strict in test file
Browse files Browse the repository at this point in the history
  • Loading branch information
steinbergkh committed Jun 5, 2017
1 parent 30d5f88 commit 7f604f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/helpers/deepFind.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

function deepFind (obj, path) {
let paths = path.split('.')
let current = obj
Expand Down
2 changes: 2 additions & 0 deletions test/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

describe('dynamoStreamDiff', () => {
const dynamoStreamDiff = require('../index.js')

Expand Down

0 comments on commit 7f604f4

Please sign in to comment.