Skip to content

Commit a0fb0c4

Browse files
fix(tests): use hardcoded local dir
1 parent ebba031 commit a0fb0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wasi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ async function setupComponent(opts) {
104104
throw new Error('no componentize options or src provided');
105105
}
106106

107-
const outputDir = join(tmpdir(), await mkdtemp('wasi-test'));
107+
const outputDir = join('./out', 'wasi-test');
108108
await mkdir(outputDir, { recursive: true });
109109

110110
await writeFile(join(outputDir, 'wasi.component.wasm'), component);

0 commit comments

Comments
 (0)