Skip to content

Commit 6ee711a

Browse files
committed
docs: update README.md
1 parent f1a6af0 commit 6ee711a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ It was quite a wonderful teaching exercise.
1212
- __ESLint__: Static code analysis to identify and fix problematic patterns as they happen.
1313
- __Prettier__: Code formatting to ensure consistency and aesthetically pleasing code.
1414
- __CORS__: Handling Cross-Origin Resource Sharing to allow controlled access to resources from different domains.
15+
- __Vitest__: Testing library for Test Driven Development approach.
1516
- __Workflows & Scripts__: Environment specific scripts handle not only linting and formatting, but also the test environment before commiting. Additional safeguards are used using GitHub Actions.
1617

1718
## Project Setup

0 commit comments

Comments
 (0)