Skip to content

Commit a39a346

Browse files
committed
Ensure that the modules exports are validated in tests
1 parent cd43f05 commit a39a346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const mainVersion = Number(process.version.replace("v","").split(".")[0])
55

66
// Loop through all the folders and run `npm test`
77

8-
const blocklist = ["validateModuleExportsMatchCommonJS", "node_modules"];
8+
const blocklist = ["node_modules"];
99
const filesInTest = fs.readdirSync(__dirname);
1010
const tests = filesInTest
1111
.filter((f) => fs.statSync(path.join(__dirname, f)).isDirectory())

0 commit comments

Comments
 (0)