Skip to content

Commit e158e4a

Browse files
committed
test: update supported platforms
Signed-off-by: Sam Gammon <[email protected]>
1 parent 8c0d42c commit e158e4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

__tests__/main.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,12 +220,11 @@ describe('action', () => {
220220
}
221221

222222
// test rejected platforms
223-
itShouldReject(ElideOS.WINDOWS, ElideArch.AMD64)
224223
itShouldReject(ElideOS.WINDOWS, ElideArch.ARM64)
225-
itShouldReject(ElideOS.MACOS, ElideArch.AMD64)
226-
itShouldReject(ElideOS.LINUX, ElideArch.ARM64)
227224

228225
// test allowed platforms
229226
itShouldAllow(ElideOS.LINUX, ElideArch.AMD64)
230227
itShouldAllow(ElideOS.MACOS, ElideArch.ARM64)
228+
itShouldAllow(ElideOS.MACOS, ElideArch.AMD64)
229+
itShouldAllow(ElideOS.WINDOWS, ElideArch.AMD64)
231230
})

0 commit comments

Comments
 (0)