Update src/shell-integration/supported-shells/powershell.spec.js

This commit is contained in:
bitterpanda 2025-07-18 09:53:58 +00:00 committed by GitHub
parent 41bf3252d9
commit 6c269a1bb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -200,4 +200,4 @@ describe("PowerShell Core shell integration", () => {
assert.strictEqual(npmMatches, 1, "Should not duplicate aliases"); assert.strictEqual(npmMatches, 1, "Should not duplicate aliases");
}); });
}); });
}); });