https://github.com/dgapitts/gh-actions-02-react-vitest
https://github.com/dgapitts/gh-actions-02-react-vitest
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dgapitts/gh-actions-02-react-vitest
- Owner: dgapitts
- Created: 2023-04-25T07:20:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T21:49:03.000Z (about 3 years ago)
- Last Synced: 2025-02-26T09:46:44.092Z (over 1 year ago)
- Language: JavaScript
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gh-actions-02-react-vitest
Following
As the Actions tab screenshot:

We can see the results from the automated tests, triggered by the push operation:
```
Run npm test
> 02-basic-example@0.0.0 test
> vitest run
RUN v0.22.1 /home/runner/work/gh-actions-02-react-vitest/gh-actions-02-react-vitest
✓ src/components/MainContent.test.jsx (2 tests) 140ms
Test Files 1 passed (1)
Tests 2 passed (2)
Start at 09:40:32
Duration 2.35s (transform 908ms, setup 111ms, collect 424ms, tests 140ms)
```