Skip to content

Commit 5d85640

Browse files
committed
Docs: Update to jekyll-theme-amethyst 2.8.2
https://github.com/qunitjs/jekyll-theme-amethyst/commits/v2.8.2/ * Add scroll-based highlighting of "current" heading to the TOC. * Expand at most one sidebar group for the current page. * Add help cursor to `abbr` elements.
1 parent 3ef1eb4 commit 5d85640

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22
ruby RUBY_VERSION
33

44
# To apply changes, run `bundle update`.
5-
gem "jekyll-theme-amethyst", "2.7.2", group: :jekyll_plugins
5+
gem "jekyll-theme-amethyst", "2.8.2", group: :jekyll_plugins

docs/api/QUnit/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ QUnit.module('Database connection', {
220220

221221
### Hooks on nested modules
222222

223-
_Back to [§ Hook order](#hook-order)._
223+
_See also [§ Hook order](#hook-order)._
224224

225225
```js
226226
QUnit.module('My Group', hooks => {

docs/api/reporters/perf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ QUnit.reporters.perf.init(QUnit);
5050

5151
**Note:** As of 2025, the [Node.js inspector](https://nodejs.org/docs/latest/api/debugger.html#v8-inspector-integration-for-nodejs) does not yet send User Timing measures to Chrome DevTools ([upstream nodejs/node#47813](https://github.com/nodejs/node/issues/47813)).
5252

53-
This means that you _can_ retrieve the QUnit measures from [`performance.getEntries()`](https://nodejs.org/docs/latest/api/perf_hooks.html) and export or visualise them with tooling of your own (e.g. from a [runEnd event](../callbacks/QUnit.on.md##the-runend-event), or via a PerformanceObserver).
53+
This means that you _can_ retrieve the QUnit measures from [`performance.getEntries()`](https://nodejs.org/docs/latest/api/perf_hooks.html) and export or visualise them with tooling of your own (e.g. from a [runEnd event](../callbacks/QUnit.on.md#the-runend-event), or via a PerformanceObserver).
5454

5555
But, when connecting Chrome DevTools to a Node.js process, these are not currently visualised. If you currently test frontend code for browsers via jsdom in Node.js, consider [testing in a real browser](../../browser.md) instead.
5656

0 commit comments

Comments
 (0)