Skip to content

Commit

Permalink
Docs: Add syntax highlighting to config.testTimeout example
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed May 31, 2024
1 parent 0f7aeac commit 1cf0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/config/testTimeout.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Depending on your test runner of choice, there may be more convenient ways to se

* Set `qunit_config_testtimeout` via [preconfig](../config/index.md) as environment variables (for Node.js), or as global variables for HTML/browser environments (before QUnit is loaded).
* Set `testTimeout` via [karma-qunit](https://github.com/karma-runner/karma-qunit/#readme):
```
```js
config.set({
frameworks: ['qunit'],
plugins: ['karma-qunit'],
Expand Down

0 comments on commit 1cf0001

Please sign in to comment.