Commit 46be810
committed
feat: add basic addition function and corresponding tests
- Implemented an `add` function in `main.ts` that takes two numbers and returns their sum.
- Created a test suite in `main_test.ts` to verify the functionality of the `add` function using Deno's testing framework.1 parent 8107cf0 commit 46be810
File tree
15 files changed
+1227
-964
lines changed- migrations
- meta
- scripts
- src
- app/(home)/_components
- backend
- models
- persistence
- services
- components
15 files changed
+1227
-964
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
850 | 850 | | |
851 | 851 | | |
852 | 852 | | |
| 853 | + | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
853 | 859 | | |
854 | 860 | | |
855 | | - | |
| 861 | + | |
856 | 862 | | |
857 | 863 | | |
858 | 864 | | |
| |||
0 commit comments