Skip to content
Open
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.14
18.16
2 changes: 1 addition & 1 deletion docs/ecosystem-user-event.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: user-event v13
advanced simulation of browser interactions than the built-in
[`fireEvent`](dom-testing-library/api-events.mdx#fireevent) method.

:::caution End of life
:::warning End of life

This page describes `[email protected]`.
This version is no longer maintained. Please use
Expand Down
6 changes: 4 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
export default {
title: 'Testing Library',
tagline:
'Simple and complete testing utilities that encourage good testing practices',
Expand Down Expand Up @@ -211,7 +211,6 @@ module.exports = {
docsRepoUrl: 'https://github.com/testing-library/testing-library-docs',
docsPath: 'docs',
},
onBrokenLinks: 'log',
presets: [
[
'@docusaurus/preset-classic',
Expand Down Expand Up @@ -251,6 +250,9 @@ module.exports = {
disableSwitch: false,
respectPrefersColorScheme: true,
},
prism: {
additionalLanguages: ['bash', 'diff', 'json'],
},
navbar: {
title: 'Testing Library',
logo: {
Expand Down
Loading