Skip to content

Commit 8054766

Browse files
[test optimization] Fix cypress tests in release branch (#6595)
1 parent ab95474 commit 8054766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/dd-trace/src/pkg.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

3-
const fs = require('node:fs')
4-
const path = require('node:path')
3+
const fs = require('fs')
4+
const path = require('path')
55

66
function findRoot () {
77
return require.main && require.main.filename

0 commit comments

Comments
 (0)