add js-fp3.tests

This commit is contained in:
Oli Sturm
2026-04-27 13:19:17 +01:00
parent 3194231879
commit 8d22f0f1a8
7 changed files with 1191 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "js-fp3-tests",
"version": "1.0.0",
"description": "Vitest tests for js-fp3",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"vitest": "^2.0.0"
}
}