Skip to content
Snippets Groups Projects
Commit d6f08718 authored by dgelessus's avatar dgelessus
Browse files

Remove E2E test stuff (none of these paths exist in the repo)

parent 5ff8178a
Branches
Tags
Loading
...@@ -12,18 +12,6 @@ ...@@ -12,18 +12,6 @@
"sourceMaps": true, "sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src"], "outFiles": ["${workspaceRoot}/out/src"],
"preLaunchTask": "compile" "preLaunchTask": "compile"
},
{
"name": "Language Server E2E Test",
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test/index",
"${workspaceRoot}/testFixture"
],
"outFiles": ["${workspaceRoot}/out/test/**/*.js"]
} }
], ]
} }
#!/usr/bin/env bash
export CODE_TESTS_PATH="$(pwd)/client/out/test"
export CODE_TESTS_WORKSPACE="$(pwd)/client/testFixture"
node "$(pwd)/client/out/test/runTest"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment