mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
I hate node
This commit is contained in:
parent
2182b9f9fc
commit
793205641b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue