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

Commit 93a67f6

Browse files
committed
test(compiler-integration): update compile command
1 parent 44e3895 commit 93a67f6

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 typedcssx --compile', {
8+
const { stdout } = await execPromise('npx cssx', {
99
cwd: path.join(__dirname, '../e2e/site'),
1010
});
1111

0 commit comments

Comments
 (0)