Skip to content

Commit 13516ca

Browse files
Merge pull request #1641 from alsiola/patch-1
(docs) Update hint to reflect CLI generated files
2 parents e99cec4 + f79bac7 commit 13516ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ The compiled module has several useful methods, as described in the following ta
310310
</tr>
311311
</table>
312312
313-
> info **Hint** Keep your e2e test files inside the `e2e` directory. The testing files should have a `.e2e-spec` or `.e2e-test` suffix.
313+
> info **Hint** Keep your e2e test files inside the `test` directory. The testing files should have a `.e2e-spec` suffix.
314314
315315
#### Overriding globally registered enhancers
316316

0 commit comments

Comments
 (0)