0
0
Fork 0
mirror of https://github.com/actions-rs/cargo.git synced 2025-05-04 01:29:21 +03:00

Update input.test.js

This commit is contained in:
Rin Arakaki 2023-02-13 03:41:48 +09:00 committed by GitHub
parent 2cd6722dee
commit 2e14882ebf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ const testEnvVars = {
describe("actions-rs/cargo/input", () => {
beforeEach(() => {
for (const key in testEnvVars)
process.env[key] = testEnvVars[key as keyof typeof testEnvVars];
process.env[key] = testEnvVars[key];
});
it("Parses action input into cargo input", () => {