We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ac309 commit c6f2d3dCopy full SHA for c6f2d3d
test/specs/exports.spec.js
@@ -10,7 +10,7 @@ chai.should();
10
11
const modules = [].concat(
12
glob.sync("*.js"),
13
- glob.sync("*/*.js")
+ glob.sync("*/*.js", { ignore: "dist/**" })
14
);
15
16
describe("Module exports", function () {
0 commit comments