| Index: test_runner.js |
| diff --git a/test_runner.js b/test_runner.js |
| index 896539a2af42bfbf58b3ddae1b72a0a8436dfc03..76be8f2b2e7ec01219c60b96be9c080571adb632 100644 |
| --- a/test_runner.js |
| +++ b/test_runner.js |
| @@ -15,6 +15,8 @@ |
| * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| +/* eslint-env node */ |
| + |
| "use strict"; |
| let fs = require("fs"); |
| @@ -51,9 +53,7 @@ function addTestPaths(testPaths, recurse) |
| } |
| } |
| if (process.argv.length > 2) |
| -{ |
| addTestPaths(process.argv.slice(2), true); |
| -} |
| else |
| { |
| addTestPaths( |