Skip to content

Make sure that each Jest test contains an assertion

Inactive Account requested to merge winh-jest-require-assertions into master

Make sure that each it(...) block contains an expect(...) in Jest.

Merge request reports