Skip to content

Commit 187681a

Browse files
committed
Temp run only sys:: symlinkWatching tests
1 parent 4136134 commit 187681a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build/tests.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ export const coverageDir = "coverage";
3131
* @param {boolean} [options.watching]
3232
*/
3333
export async function runConsoleTests(runJs, defaultReporter, runInParallel, options = {}) {
34+
runInParallel = false;
3435
const testTimeout = cmdLineOptions.timeout;
35-
const tests = cmdLineOptions.tests;
36+
const tests = "sys:: symlinkWatching::"; // cmdLineOptions.tests;
3637
const inspect = cmdLineOptions.break || cmdLineOptions.inspect;
3738
const runners = cmdLineOptions.runners;
3839
const light = cmdLineOptions.light;

0 commit comments

Comments
 (0)