Skip to content

Commit 3576458

Browse files
Update test/unit/README.md
Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent cb30461 commit 3576458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The following command will run all the tests.
1010
`npm run test`
1111

1212
### One file at a time
13-
There are a lot of tests in `solid-ui`, so you will most likely want to run only the test you are working on at the moment. You can use the commands like the following to do that:
13+
There are a lot of tests in `solid-ui`, so you will most likely want to run only the test you are working on at the moment. You can use commands like the following to do that:
1414
`npm test <filetobetested>`
1515
`npm test test/unit/utils/keyHelpers/accessData.test.ts`
1616

0 commit comments

Comments
 (0)