File: runner.mjs

package info (click to toggle)
node-core-js 3.33.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,828 kB
  • sloc: javascript: 87,204; makefile: 13
file content (8 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
await $`test262-harness \
  --threads=${ os.cpus().length } \
  --host-args="--unhandled-rejections=none" \
  --preprocessor=preprocessor.js \
  --prelude=../../packages/core-js-bundle/index.js \
  --test262-dir=node_modules/test262 \
  node_modules/test262/test/built-ins/**/*.js \
`;