Skip to content

Commit

Permalink
chore(benchmark): add missing strict directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 15, 2023
1 parent 76341a2 commit c77deff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions benchmark.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const benchmark = require('benchmark')
const suite = new benchmark.Suite()
const fasturi = require('./')
Expand Down

0 comments on commit c77deff

Please sign in to comment.