File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -60,24 +60,6 @@ The API is comptabile with [Stormkit](https://www.stormkit.io). [Check the docs]
6060If 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
6161also 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
8365Here's a curated list of websites using this framework. Please feel free to add your own:
You can’t perform that action at this time.
0 commit comments