Skip to content

Commit 818a516

Browse files
docs(presto-client): removing Testing section from CONTRIBUTING.md
1 parent ac448fe commit 818a516

File tree

1 file changed

+0
-40
lines changed

1 file changed

+0
-40
lines changed

presto-client/CONTRIBUTING.md

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -98,43 +98,3 @@ To publish a new version to NPM, follow these steps:
9898
4. As part of the previous command, a draft GitHub release is also created. Go to [GitHub Releases](https://github.com/prestodb/presto-js-client/releases), review and edit it if necessary, and then click "Publish release" to make it public.
9999

100100
\*If you published the package as a Pre-release version, please also mark the GitHub release as a "Pre-release."
101-
102-
## Testing
103-
104-
To test the library using [Jest](https://jestjs.io), run the following command:
105-
106-
```bash
107-
npm run test presto-client
108-
```
109-
110-
## Sample apps
111-
112-
You can run the sample apps to check the client still works properly.
113-
114-
### NestJS Server
115-
116-
Run the server with
117-
118-
```sh
119-
npx nx serve nest-server
120-
```
121-
122-
Check the server is live and you can make queries on this URL:
123-
124-
```
125-
http://localhost:3000/api/query-test
126-
```
127-
128-
### NextJS Server Side Rendered app
129-
130-
Run the application with
131-
132-
```sh
133-
npx nx serve nextjs
134-
```
135-
136-
Check the app is running on your browser:
137-
138-
```
139-
http://localhost:4200/
140-
```

0 commit comments

Comments
 (0)