| layout | page-api | |
|---|---|---|
| title | QUnit.config.requireExpects | |
| excerpt | Fail tests that don't specify how many assertions they expect. | |
| groups |
|
|
| redirect_from |
|
|
| version_added | 1.7.0 |
Fail tests that don't specify how many assertions they expect.
| type | `boolean` |
|---|---|
| default | `false` |
Enabling this option will cause tests to fail if they don't call assert.expect().