I hate node

This commit is contained in:
Oliver Blanthorn 2020-06-21 13:03:50 +01:00
parent 2182b9f9fc
commit 793205641b
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -116,7 +116,7 @@ describe("webdriver", () => {
// A simple ternany doesn't work inline :(
function testbutskipplatforms(...platforms){
if (platforms.includes(os.platform)) {
if (platforms.includes(os.platform())) {
return test.skip
}
return test