diff options
-rw-r--r-- | gnu/packages/node.scm | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/gnu/packages/node.scm b/gnu/packages/node.scm index e672c5b01c..ba6c948a0b 100644 --- a/gnu/packages/node.scm +++ b/gnu/packages/node.scm @@ -539,23 +539,23 @@ devices.") (for-each delete-file (cons* - "parellel/test-async-hooks-worker-asyncfn-terminate-1.js" - "parellel/test-async-hooks-worker-asyncfn-terminate-2.js" - "parellel/test-async-hooks-worker-asyncfn-terminate-3.js" - "parellel/test-async-hooks-worker-asyncfn-terminate-4.js" - "parellel/test-cli-node-options.js" - "parellel/test-crypto-key-objects-messageport.js" - "parellel/test-crypto-worker-thread.js" - "parellel/test-disable-proto-delete.js" - "parellel/test-disable-proto-throw.js" - "parellel/test-performance-eventlooputil.js" - "parellel/test-preload.js" - "parellel/test-process-exec-argv.js" - "parellel/test-require-symlink.js" - "parellel/test-trace-events-api-worker-disabled.js" - "parellel/test-trace-events-async-hooks-worker.js" - "parellel/test-trace-events-worker-metadata.js" - "parellel/test-trace-exit.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-1.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-2.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-3.js" + "parallel/test-async-hooks-worker-asyncfn-terminate-4.js" + "parallel/test-cli-node-options.js" + "parallel/test-crypto-key-objects-messageport.js" + "parallel/test-crypto-worker-thread.js" + "parallel/test-disable-proto-delete.js" + "parallel/test-disable-proto-throw.js" + "parallel/test-performance-eventlooputil.js" + "parallel/test-preload.js" + "parallel/test-process-exec-argv.js" + "parallel/test-require-symlink.js" + "parallel/test-trace-events-api-worker-disabled.js" + "parallel/test-trace-events-async-hooks-worker.js" + "parallel/test-trace-events-worker-metadata.js" + "parallel/test-trace-exit.js" "wasi/test-wasi-worker-terminate.js" "wpt/test-console.js" "wpt/test-encoding.js" @@ -564,7 +564,7 @@ devices.") "wpt/test-timers.js" "wpt/test-url.js" "report/test-report-worker.js" - "es-module/test-esm-loader-side-effect.js" + "es-module/test-esm-loader-side-effect.mjs" "sequential/test-worker-prof.js" "abort/test-worker-abort-uncaught-exception.js" (find-files "parallel" "^test-worker"))))) |