Skip to content

Commit

Permalink
add use strict
Browse files Browse the repository at this point in the history
  • Loading branch information
paolochiodi committed Oct 15, 2020
1 parent feb473e commit 8d5bad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/build-plugin.test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const { test, beforeEach } = require('tap')
const sinon = require('sinon')
const proxyquire = require('proxyquire')
Expand Down

0 comments on commit 8d5bad1

Please sign in to comment.