oxc/tasks/coverage/README.md
2023-02-11 00:43:09 -08:00

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'