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:
parent
2cd6722dee
commit
2e14882ebf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue