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

Latest commit

 

History

History
27 lines (23 loc) · 586 Bytes

File metadata and controls

27 lines (23 loc) · 586 Bytes
layout page-api
title QUnit.config.failOnZeroTests
excerpt Fail the test run if no tests were run.
groups
config
redirect_from
/config/failOnZeroTests/
version_added 2.16.0

Whether to fail the test run if no tests were run.

type `boolean`
default `true`

By default, it is considered an error if no tests were loaded, or if no tests matched the current filter.

Set this option to false to let an empty test run result in a success instead.