Skip to content

Commit

Permalink
fix: add strict directive
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Jun 9, 2022
1 parent 0f2c313 commit 5d88bc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mochaGlobalSetup.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const { env } = require('node:process')

// can be sync or async
Expand Down

0 comments on commit 5d88bc4

Please sign in to comment.