Skip to content

Commit

Permalink
test: add missing use strict directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Oct 18, 2023
1 parent 60f393f commit 2dac0ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/forkRequest.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

const fork = require('node:child_process').fork
const resolve = require('node:path').resolve

Expand Down

0 comments on commit 2dac0ff

Please sign in to comment.