summaryrefslogtreecommitdiff
path: root/extension/esbuild.test.mjs
diff options
context:
space:
mode:
Diffstat (limited to 'extension/esbuild.test.mjs')
-rw-r--r--extension/esbuild.test.mjs2
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/esbuild.test.mjs b/extension/esbuild.test.mjs
index fdffd3da..f6dc092c 100644
--- a/extension/esbuild.test.mjs
+++ b/extension/esbuild.test.mjs
@@ -10,7 +10,7 @@ import glob from "glob";
// Bundles script to run tests on VSCode host + mocha runner that will be invoked from within VSCode host
await esbuild.build({
entryPoints: [
- // Runs mocha runner on VSCode host usig runTests from @vscode/test-electron
+ // Runs mocha runner on VSCode host using runTests from @vscode/test-electron
"src/test-runner/runTestOnVSCodeHost.ts",
// Runs the bundled tests using Mocha class