feat: write some tests

This commit is contained in:
2023-11-04 11:38:48 +02:00
parent ac128d17f4
commit 0ae24148d8
9 changed files with 187 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
return new UnitTest('Arithmetics')
.add(include('counters.js'))