Skip to content

Commit

Permalink
Temp run only sys:: symlinkWatching tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetalkamat committed Mar 13, 2024
1 parent 4136134 commit 187681a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build/tests.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ export const coverageDir = "coverage";
* @param {boolean} [options.watching]
*/
export async function runConsoleTests(runJs, defaultReporter, runInParallel, options = {}) {
runInParallel = false;
const testTimeout = cmdLineOptions.timeout;
const tests = cmdLineOptions.tests;
const tests = "sys:: symlinkWatching::"; // cmdLineOptions.tests;
const inspect = cmdLineOptions.break || cmdLineOptions.inspect;
const runners = cmdLineOptions.runners;
const light = cmdLineOptions.light;
Expand Down

0 comments on commit 187681a

Please sign in to comment.