File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
src/client/testing/testController/common Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 144144 "stopOnEntry" : false ,
145145 "sourceMaps" : true ,
146146 "args" : [
147- " ./out/test/**/*.unit.test.js" ,
148- " --require=out/test/unittests.js" ,
149- " --ui=tdd" ,
150- " --recursive" ,
151- " --colors" ,
152- " --grep" ,
153- " getTempDir tests" ,
154- " --timeout=300000"
155- ],
147+ " ./out/test/**/*.unit.test.js" ,
148+ " --require=out/test/unittests.js" ,
149+ " --ui=tdd" ,
150+ " --recursive" ,
151+ " --colors" ,
152+ //"--grep", "<suite name>",
153+ " --timeout=300000"
154+ ],
156155 "outFiles" : [" ${workspaceFolder}/out/**/*.js" , " !${workspaceFolder}/**/node_modules**/*" ],
157156 "preLaunchTask" : " Compile" ,
158157 "skipFiles" : [" <node_internals>/**" ]
Original file line number Diff line number Diff line change @@ -40,11 +40,11 @@ interface ExecutionResultMessage extends Message {
4040
4141/**
4242 * Retrieves the path to the temporary directory.
43- *
43+ *
4444 * On Windows, it returns the default temporary directory.
4545 * On macOS/Linux, it prefers the `XDG_RUNTIME_DIR` environment variable if set,
4646 * otherwise, it falls back to the default temporary directory.
47- *
47+ *
4848 * @returns {string } The path to the temporary directory.
4949 */
5050function getTempDir ( ) : string {
You can’t perform that action at this time.
0 commit comments