Skip to content

Commit bc0586b

Browse files
committed
Fix error in commands in README
1 parent b353078 commit bc0586b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ Unit tests for logic use the `*.spec.ts` extension, while component tests use `*
8888

8989
```bash
9090
npm test # runs all tests
91-
npm test:unit # runs only unit tests
92-
npm test:spec # runs only component tests
93-
npm test:browser # runs only browser tests
91+
npm run test:unit # runs only unit tests
92+
npm run test:spec # runs only component tests
93+
npm run test:e2e # runs only browser tests
9494
```
9595

9696
For more information on testing, see the [Stencil documentation](https://stenciljs.com/docs/testing-overview).

0 commit comments

Comments
 (0)