Skip to content

Commit

Permalink
Ensure that the modules exports are validated in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Nov 18, 2020
1 parent cd43f05 commit a39a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTests.js
Expand Up @@ -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())
Expand Down

0 comments on commit a39a346

Please sign in to comment.