What does the `--ci` flag do when running Jest in a continuous integration environment?
-
A
Enables interactive watch mode
-
B
Disables snapshot updates and fails if new snapshots are written, ensuring no unreviewed changes pass
-
C
Parallelizes tests across all available CPU cores
-
D
Skips slow test suites automatically