Skip to content

Commit

Permalink
Fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Feb 26, 2024
1 parent ac03d11 commit 6136dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/validate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test("with invalid env variables", () => {
BAZ: "baz",
QUX: "c",
QUUX: "swan.io",
FRED: 72000,
FRED: "72000",
THUD: "john-doe.com",
};

Expand Down

0 comments on commit 6136dce

Please sign in to comment.