Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/electron/testrunner.js')
-rw-r--r--test/integration/electron/testrunner.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/electron/testrunner.js b/test/integration/electron/testrunner.js
index 61b8cded132..8c55a40e4df 100644
--- a/test/integration/electron/testrunner.js
+++ b/test/integration/electron/testrunner.js
@@ -9,7 +9,7 @@
const paths = require('path');
const glob = require('glob');
// Linux: prevent a weird NPE when mocha on Linux requires the window size from the TTY
-// Since we are not running in a tty environment, we just implementt he method statically
+// Since we are not running in a tty environment, we just implement the method statically
const tty = require('tty');
// @ts-ignore
if (!tty.getWindowSize) {