test(ito): run npm welcome through Windows shell

This commit is contained in:
Affaan Mustafa
2026-07-23 17:09:30 -04:00
parent e8924dacce
commit 9494f5aa4d
+1
View File
@@ -272,6 +272,7 @@ function main() {
const result = spawnSync(npmExecutable, ["run", "welcome"], {
cwd: REPO_ROOT,
encoding: "utf8",
shell: process.platform === "win32",
})
assert.strictEqual(result.status, 0, result.stderr)
assert.match(result.stdout, /Itô/)