Skip to content

Commit 2e809c3

Browse files
committed
add test command and references to readme
1 parent e8c2b89 commit 2e809c3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# FINOS Calendar
1+
\*\*\*\*# FINOS Calendar
22

33
This code builds the page hosted on https://calendar.finos.org , which is also embedded on https://www.finos.org/calendar , in order to provide a fully hosted solution that shows all events in the [FINOS Community (Google) Calendar](https://calendar.google.com/calendar/embed?src=symphony.foundation_6g70j7s80813djmj9q7gmgdjuc%40group.calendar.google.com&ctz=Europe%2FMadrid) that can be correctly visualised also behind a corporate firewall.
44

@@ -56,3 +56,11 @@ Open browser to `http://localhost:5173/`.
5656
### Live environment
5757

5858
https://calendar.finos.org is served by Github Pages and deployed by the [build.yml](.github/workflows/build.yml) Github Action.
59+
60+
### Tests
61+
62+
Tests are implemented using [testing-library/react](https://testing-library.com/docs/react-testing-library/intro) and [vitest](https://vitest.dev/).
63+
64+
```bash
65+
npm run test
66+
```

0 commit comments

Comments
 (0)