Replace with ructions

This commit is contained in:
MikuroXina 2022-02-20 22:09:07 +09:00
parent 9e120dd99b
commit 42dbaf80f9
No known key found for this signature in database
GPG key ID: C8F29756BC44FE0A
7 changed files with 20308 additions and 13686 deletions

View file

@ -9,7 +9,7 @@ const testEnvVars = {
INPUT_TOOLCHAIN: "+nightly",
};
describe("actions-rs/cargo/input", () => {
describe("ructions/cargo/input", () => {
beforeEach(() => {
for (const key in testEnvVars)
process.env[key] = testEnvVars[key as keyof typeof testEnvVars];