Back to Rspack

rspack_error

crates/rspack_error/README.md

2.0.1440 B
Original Source

rspack_error

Testing

Prerequisite

How

  1. Run cargo test.
  2. If any updates related to diagnostic emitting, the testing maybe fail.
  3. Checking if the fixtures.new.snap is expected, if true then run cargo insta accept, more document you could see https://github.com/mitsuhiko/insta. Else adjust you program logic then goto 1