| Index: ports/devenv/tests/devenv_small_test.js
|
| diff --git a/ports/devenv/tests/devenv_small_test.js b/ports/devenv/tests/devenv_small_test.js
|
| index c4f00f90cc34e90ee35760da576781ec7a2ab0e9..35ae25e50e4459ec92fa8466b8474523bac602cc 100644
|
| --- a/ports/devenv/tests/devenv_small_test.js
|
| +++ b/ports/devenv/tests/devenv_small_test.js
|
| @@ -4,6 +4,8 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| +/* globals TEST_F, chrometest, DevEnvTest */
|
| +
|
| 'use strict';
|
|
|
| // Run the command "bash -c 'exit 42'" and check the exit code.
|
|
|