Skip to content

Commit 431ac3e

Browse files
authored
docs: use the correct testing command (#205)
1 parent ea504fc commit 431ac3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Hi there, thanks for being willing to contribute!
1010

1111
## Testing
1212

13-
- Run `npm run test:lib` to test the library
14-
- Run `npm run test:app` to test the application
13+
- Run `npm run test` to test the library and the example application
1514
- Run `npm run build` to build the library
1615

1716
## Push changes

0 commit comments

Comments
 (0)