mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51: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 :(
|
// A simple ternany doesn't work inline :(
|
||||||
function testbutskipplatforms(...platforms){
|
function testbutskipplatforms(...platforms){
|
||||||
if (platforms.includes(os.platform)) {
|
if (platforms.includes(os.platform())) {
|
||||||
return test.skip
|
return test.skip
|
||||||
}
|
}
|
||||||
return test
|
return test
|
||||||
|
|
Loading…
Add table
Reference in a new issue