We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c197e commit 6a3219eCopy full SHA for 6a3219e
1 file changed
test/cli.test.ts
@@ -29,7 +29,7 @@ const run = (recipe: string) => {
29
);
30
const inputGlob = path.join(inputDest, '**', '*.css');
31
const command = `${bin} -t ${transform} '${inputGlob}'`;
32
-
+
33
console.log({ transform, inputGlob, command });
34
try {
35
execSync(command);
0 commit comments