mirror of
https://github.com/actions-rs/cargo.git
synced 2025-08-14 20:55:14 +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", () => {
|
describe("actions-rs/cargo/input", () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
for (const key in testEnvVars)
|
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", () => {
|
it("Parses action input into cargo input", () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user