Skip to content

Commit

Permalink
Build: ensure fuzzer tests get run with npm test (#9590)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Nov 7, 2017
1 parent 1073bc5 commit b6a7490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.js
Expand Up @@ -102,7 +102,7 @@ function getTestFilePatterns() {
initialValue.push(`"tests/lib/${currentValues}/**/*.js"`);
}
return initialValue;
}, ["tests/lib/rules/**/*.js", "tests/lib/*.js", "tests/bin/**/*.js", "tests/tools/**/*.js"]).join(" ");
}, ["\"tests/lib/rules/**/*.js\"", "\"tests/lib/*.js\"", "\"tests/bin/**/*.js\"", "\"tests/tools/**/*.js\""]).join(" ");
}

/**
Expand Down

0 comments on commit b6a7490

Please sign in to comment.