Don't show terminal in test

Seems to be causing a Chromium error in containers related to gpu
This commit is contained in:
Daniel Imms 2020-06-13 09:33:35 -07:00
parent 3581908cce
commit d1e834a73e

View file

@ -79,7 +79,6 @@ import { doesNotThrow, equal, ok, deepEqual, throws } from 'assert';
TEST: '`'
}
});
terminal.show();
doesNotThrow(() => {
// Print an environment variable value so the echo statement doesn't get matched
if (process.platform === 'win32') {