Skip to content

Commit 129bc08

Browse files
Update __tests__/main.test.ts
Co-authored-by: Alessio Perugini <[email protected]>
1 parent 5275a49 commit 129bc08

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

__tests__/main.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ describe("filename tests", () => {
2323
["protoc-3.20.2-linux-s390_64.zip", "linux", "s390x"],
2424
["protoc-3.20.2-osx-aarch_64.zip", "darwin", "arm64"],
2525
["protoc-3.20.2-osx-x86_64.zip", "darwin", "x64"]
26+
["protoc-3.20.2-osx-x86_64.zip", "darwin", "x64"],
27+
["protoc-3.20.2-win64.zip", "win32", "x64"],
28+
["protoc-3.20.2-win32.zip", "win32", "x32"],
2629
];
2730
for (const [expected, plat, arch] of tests) {
2831
it(`downloads ${expected} correctly`, () => {

0 commit comments

Comments
 (0)