File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # rescript-react-testing-library · ; [ ![ Build Status] [ actions-image ]] [ actions-url ] [ ![ npm] [ npm-image ]] [ npm-url ] [ ![ Codecov] [ codecov-image ]] [ codecov-url ]
1
+ # @ tomvardasca/ rescript-react-testing-library · ; [ ![ Build Status] [ actions-image ]] [ actions-url ] [ ![ npm] [ npm-image ]] [ npm-url ] [ ![ Codecov] [ codecov-image ]] [ codecov-url ]
2
2
3
3
> [ ReScript] ( //github.com/rescript-lang/rescript-compiler ) bindings for [ react-testing-library] ( //github.com/testing-library/react-testing-library ) .
4
4
9
9
## Installation
10
10
11
11
``` sh
12
- $ yarn add --dev rescript-react-testing-library
12
+ $ yarn add --dev @tomvardasca/ rescript-react-testing-library
13
13
14
14
# or..
15
15
16
- $ npm install --save-dev rescript-react-testing-library
16
+ $ npm install --save-dev @tomvardasca/ rescript-react-testing-library
17
17
```
18
18
19
19
## Usage
@@ -23,7 +23,7 @@ $ npm install --save-dev rescript-react-testing-library
23
23
``` json
24
24
{
25
25
"bs-dev-dependencies" : [
26
- " rescript-react-testing-library"
26
+ " @tomvardasca/ rescript-react-testing-library"
27
27
]
28
28
}
29
29
```
You can’t perform that action at this time.
0 commit comments