Skip to content

Commit ff83221

Browse files
fix(jco): browser tests
1 parent 065f97d commit ff83221

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/jco/test/browser.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,16 +124,13 @@ suite('Browser', () => {
124124
'-o',
125125
outFile,
126126
];
127-
console.log(`EXEC\n${args.join(" ")}\n===\n`);
128-
129127
const { stderr } = await exec(...args);
130128
assert.strictEqual(stderr, '');
131129

132130
// Transpile the test component
133131
const component = await readFile(outFile);
134132
const { files } = await transpile(component, { name: 'dom' });
135133

136-
137134
for (const [file, source] of Object.entries(files)) {
138135
const outPath = resolve(outDir, file);
139136
await mkdir(dirname(outPath), { recursive: true });

0 commit comments

Comments
 (0)