Added vitest | added dockerfile | wrote some tests

This commit is contained in:
Martin Berg Alstad
2023-05-23 22:01:41 +02:00
parent 1fd30f1a16
commit 54c2539b2a
19 changed files with 887 additions and 2889 deletions

7
global.json Normal file
View File

@ -0,0 +1,7 @@
{
"sdk": {
"version": "7.0.0",
"rollForward": "latestMajor",
"allowPrerelease": true
}
}