Skip to content

Commit

Permalink
docs: Change warning sample from blockquote to code block
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Mar 5, 2024
1 parent 7bb4232 commit 8a6723f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/QUnit/load.md
Expand Up @@ -41,6 +41,8 @@ If your test runner works in a similar way, call [`QUnit.start()`](./start.md) i

### Karma runner

> QUnit.load is deprecated and will be removed in QUnit 3.0.
```
QUnit.load is deprecated and will be removed in QUnit 3.0.
```

If you encounter this warning in Karma output, upgrade to [karma-qunit](https://github.com/karma-runner/karma-qunit) 4.2.0 or later, which [fixes](https://github.com/karma-runner/karma-qunit/pull/184) this warning.

0 comments on commit 8a6723f

Please sign in to comment.