Skip to content

Commit 2d9b0b0

Browse files
mansonakategengler
andauthored
stop referring to QUnit.test
Co-authored-by: Katie Gengler <[email protected]>
1 parent d06abdd commit 2d9b0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/testing/testing-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module('Integration | Component | pretty-color', function(hooks) {
5656
```
5757

5858
Inside your `module` and after setting up the test, we can now start to create our first test case.
59-
Here, we can use the `QUnit.test` helper, and we can give it a descriptive name:
59+
Here, we can use the QUnit's `test` function, and we can give it a descriptive name:
6060

6161
```gjs {data-filename="tests/integration/components/pretty-color-test.gjs"}
6262
import { module, test } from 'qunit';

0 commit comments

Comments
 (0)