From 70ea92fb03e17c232b07e909f8a48c48cf36018b Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sun, 14 Jul 2024 00:09:33 +0000 Subject: [PATCH] Build commit 1551120536f6f572a3bb5656db566f0a1bb217d8 --- browser/index.html | 24 ++++++++++++++++++++++++ feed.xml | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/browser/index.html b/browser/index.html index 412b1f15c..beeff13af 100644 --- a/browser/index.html +++ b/browser/index.html @@ -336,6 +336,30 @@

Theme API

#qunit-modulefilter .clickable

#qunit-modulefilter .clickable.checked Module selector, options in the dropdown menu. + + #qunit-tests + List of test items. + + + #qunit-tests > li

QUnit 3:
.qunit-test + Test item. + + + #qunit-tests > li:not(.skipped):not(.pass):not(.fail)

QUnit 3:
.qunit-test.running + Currently running test. + + + #qunit-tests > li.pass
#qunit-tests > li.fail
#qunit-tests > li.skipped

QUnit 3:
.qunit-test.pass
.qunit-test.fail
.qunit-test.skipped + Test by one of the three mutually-exclusive outcomes (pass, fail, skipped). + + + #qunit-tests > li.todo

QUnit 3:
.qunit-test.todo + Test was marked as “todo”. It will also have the pass or fail class. + + + .qunit-assert-list + List of one assertions under a given test. + diff --git a/feed.xml b/feed.xml index fca1ff38f..888e9a98a 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-07-13T22:33:56+00:00https://qunitjs.com/feed.xmlQUnitThe powerful, easy-to-use JavaScript testing framework. \ No newline at end of file +Jekyll2024-07-14T00:09:30+00:00https://qunitjs.com/feed.xmlQUnitThe powerful, easy-to-use JavaScript testing framework. \ No newline at end of file