Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 03c3e8b

Browse files
committed
feat(compiler-integration.test.ts): add --log arg
1 parent eb56bb4 commit 03c3e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/compiler-integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import path from 'path';
55
const execPromise = promisify(exec);
66

77
test('CSS compilation logs contain expected output', async () => {
8-
const { stdout } = await execPromise('npx cssx', {
8+
const { stdout } = await execPromise('npx cssx --log', {
99
cwd: path.join(__dirname, '../e2e/site'),
1010
});
1111

0 commit comments

Comments
 (0)