Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (22 loc) · 538 Bytes

File metadata and controls

25 lines (22 loc) · 538 Bytes
layout page-api
title QUnit.config.requireExpects
excerpt Fail tests that don't specify how many assertions they expect.
groups
config
redirect_from
/config/requireExpects/
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().