mirror of
https://github.com/actions-rs/cargo.git
synced 2025-09-07 08:41:57 +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", () => {
|
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…
Add table
Add a link
Reference in a new issue