diff --git a/test/runTests.js b/test/runTests.js index 51090c1..9a758f0 100644 --- a/test/runTests.js +++ b/test/runTests.js @@ -5,7 +5,7 @@ const mainVersion = Number(process.version.replace("v","").split(".")[0]) // Loop through all the folders and run `npm test` -const blocklist = ["validateModuleExportsMatchCommonJS", "node_modules"]; +const blocklist = ["node_modules"]; const filesInTest = fs.readdirSync(__dirname); const tests = filesInTest .filter((f) => fs.statSync(path.join(__dirname, f)).isDirectory())