mirror of
https://github.com/danbulant/oxc
synced 2026-05-21 21:29:01 +00:00
461 B
461 B
Coverage
The parser is tested against test262 for conformance.
Note: tests against regexp are disabled for now.
Clone the test files beforehand
git submodule update --init --recursive --remote --merge
Development
# full run
cargo coverage
# run in watch
cargo watch -x 'coverage js'
# filter for a file path
cargo watch -x 'coverage js --filter filter-file-path'