Skip to content

Commit ebb90cf

Browse files
committed
style: fix eslint
1 parent 50cdb22 commit ebb90cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/selenium-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const fs = require('fs');
88
const {By, until, Button} = webdriver;
99

1010
const USE_HEADLESS = process.env.USE_HEADLESS !== 'no';
11-
const IS_ROOT_USER = process.getuid() == 0;
11+
const IS_ROOT_USER = process.getuid() === 0;
1212

1313
// The main reason for this timeout is so that we can control the timeout message and report details;
1414
// if we hit the Jasmine default timeout then we get a terse message that we can't control.

0 commit comments

Comments
 (0)