You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ It was quite a wonderful teaching exercise.
12
12
-__ESLint__: Static code analysis to identify and fix problematic patterns as they happen.
13
13
-__Prettier__: Code formatting to ensure consistency and aesthetically pleasing code.
14
14
-__CORS__: Handling Cross-Origin Resource Sharing to allow controlled access to resources from different domains.
15
+
-__Vitest__: Testing library for Test Driven Development approach.
15
16
-__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.
0 commit comments