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

Commit 9588a2b

Browse files
author
a.baron
committed
fix readme import name
1 parent edd246b commit 9588a2b

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)