Skip to content

Commit

Permalink
debug test files
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Oct 17, 2024
1 parent 6cbba11 commit 76631dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function findTestFiles(dir, fileList = []) {

// Find all test files in the ./test directory
const testFiles = findTestFiles(__dirname);
console.log(testFiles);
const majorVersion = parseInt(process.version.substring(1, 3))
const olderThanNode20 = majorVersion < 20;

Expand Down

0 comments on commit 76631dc

Please sign in to comment.