Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async (_, { config }, runSuper) => {
const sources = await runSuper();
const testSources = await glob(join(config.paths.tests, "**", "*.sol"));
return [...sources, ...testSources];
}
);
async (_, { config }, runSuper) => {
const sources = await runSuper();
const testSources = await glob(join(config.paths.tests, "**", "*.sol"));
return [...sources, ...testSources];
}
);