Skip to content

Commit 88e703c

Browse files
committed
FIX(CONTRIBUTING.MD): clarifies new naming convention for tests
1 parent 1cfc9e7 commit 88e703c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@ pnpm test.pw.headless --skip-nx-cache
137137
pnpm test.pw.headless --skip-nx-cache --ui
138138
```
139139

140+
Keep in mind that currently all tests use playwrigth and use the follwing naming convention:
141+
142+
```shell
143+
component.test.ts
144+
```
145+
140146
### 6. Added a "changeset"
141147

142148
**6.1.** Run the following command to create a changeset:

0 commit comments

Comments
 (0)