Skip to content

Commit d3f6f71

Browse files
committed
docs: remove jest
1 parent 0f274e8 commit d3f6f71

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,24 +60,6 @@ The API is comptabile with [Stormkit](https://www.stormkit.io). [Check the docs]
6060
If you need to host the API elsewhere, you'll need to change the [vite.config.api.ts](./vite.config.api.ts) file and create a bundle from it. You may
6161
also need to write an entry point that calls the appropriate function based on the route.
6262

63-
## Test
64-
65-
Jest is already preconfigured to work with this repository. Simply run:
66-
67-
```bash
68-
$ npm run test
69-
$ yarn test
70-
$ pnpm run test
71-
```
72-
73-
to execute all tests. You can add the `--watch` flag to keep listening to changes while testing:
74-
75-
```bash
76-
$ npm run test -- --watch
77-
$ yarn test --watch
78-
$ pnpm run test --watch
79-
```
80-
8163
## Community
8264

8365
Here's a curated list of websites using this framework. Please feel free to add your own:

0 commit comments

Comments
 (0)