Skip to content

Commit 1ee904d

Browse files
lukasnysMehulKChaudhari
authored andcommitted
fix: fix link to test-types.md
1 parent 098fa57 commit 1ee904d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/testing/testing-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ test("should allow disabling the button", async function (assert) {
5252

5353
### Ember CLI
5454

55-
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](./test-types).
55+
When you use [Ember CLI](https://ember-cli.com/generators-and-blueprints) to generate an Ember "object" (e.g. component, model, service), it will create a test file with a setup that correctly addresses your testing framework and the [type of test that you should write](../test-types).
5656

5757
You can also use Ember CLI to create the test file separately from the object. For example, if you enter the following lines in the terminal:
5858

0 commit comments

Comments
 (0)