export const barrelGlob = "**/index.*";

export const testGlob = "**/*.{test,spec}.*";
