Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit 7194dc0

Browse files
committed
minor #8 fix readme import name (a.baron)
This PR was merged into the main branch. Discussion ---------- fix readme import name This merge request is created after this conversation : #6 Commits ------- 9588a2b fix readme import name
2 parents 25bca2c + 9588a2b commit 7194dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To start using Symfony UX Testing, you first need to configure a testing environ
2828
2. Create a `assets/test/setup.js` file to initialize Symfony UX Testing:
2929

3030
```js
31-
import '@symfony/ux-testing/setup';
31+
import '@symfony/stimulus-testing/setup';
3232
```
3333

3434
3. Create a `assets/jest.config.js` file for Jest configuration:

0 commit comments

Comments
 (0)