Skip to content

Commit

Permalink
thanks richard, you are amazing
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed May 29, 2024
1 parent 51d1a39 commit 5adcb8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/parallel/test-module-print-timing.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ it('should print the timing information for cjs', () => {
const result = spawnSyncAndAssert(process.execPath, ['--eval', 'require("url");'], {
cwd: tmpdir.path,
env: {
...process.env,
NODE_DEBUG: 'module_timer',
},
}, {
Expand Down Expand Up @@ -68,6 +69,7 @@ it('should write tracing & print logs for cjs', async () => {
], {
cwd: tmpdir.path,
env: {
...process.env,
NODE_DEBUG: 'module_timer',
},
}, {
Expand Down

0 comments on commit 5adcb8a

Please sign in to comment.