mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 12:45:12 +00:00
Update input.test.js
This commit is contained in:
parent
2cd6722dee
commit
2e14882ebf
@ -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", () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user