Skip to content

Commit

Permalink
test: use strict for test/create.js
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 16, 2018
1 parent 2fa30b8 commit 58b8cfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/create.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const test = require('tap').test

const ssri = require('..')
Expand Down

0 comments on commit 58b8cfe

Please sign in to comment.