Skip to content

Commit

Permalink
Remove superfluous jest config, update README.md with latest instruct…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
grantbacon-jaspersoft committed May 31, 2024
1 parent 633d1e2 commit 71d165f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@
## Set up
- install [nodejs](https://nodejs.org). Build tested on version 20.13.1, but it might also work on version 16.x.x and up
- install [yarn](https://yarnpkg.com/getting-started/install). Build tested on version 1.22.22. _You'll need the workspaces feature from yarn_
- run the following command:

- run the following commands:
```shell script
yarn install
yarn workspaces run build
```

## Testing
To run tests for all packages, use workspaces: `yarn workspaces run test`
Alternatively, you can run them from within the working directory of each package using `yarn test`

## Test Application
A test application is included in `packages/test-app` it can be used to view samples of the packages. To run it as a web app, go into the `packages/test-app` directory and run `yarn start` and follow the instructions to access the page in a browser.
17 changes: 0 additions & 17 deletions jest.config.ts

This file was deleted.

0 comments on commit 71d165f

Please sign in to comment.