We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0d42c commit e158e4aCopy full SHA for e158e4a
__tests__/main.test.ts
@@ -220,12 +220,11 @@ describe('action', () => {
220
}
221
222
// test rejected platforms
223
- itShouldReject(ElideOS.WINDOWS, ElideArch.AMD64)
224
itShouldReject(ElideOS.WINDOWS, ElideArch.ARM64)
225
- itShouldReject(ElideOS.MACOS, ElideArch.AMD64)
226
- itShouldReject(ElideOS.LINUX, ElideArch.ARM64)
227
228
// test allowed platforms
229
itShouldAllow(ElideOS.LINUX, ElideArch.AMD64)
230
itShouldAllow(ElideOS.MACOS, ElideArch.ARM64)
+ itShouldAllow(ElideOS.MACOS, ElideArch.AMD64)
+ itShouldAllow(ElideOS.WINDOWS, ElideArch.AMD64)
231
})
0 commit comments