feat: P.3.1 reference test-module — lib-core.maps assertions

This commit is contained in:
Axel Meyer
2026-05-11 02:48:47 +02:00
commit c869196a62
7 changed files with 103 additions and 0 deletions

10
manifest.module Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "lib-core.maps-test",
"kind": "test-module",
"version": "0.1.0",
"api": "^0.1",
"entry_point": "init.lua",
"deps": [
{"id": "lib-core.maps", "version": "0.1.1"}
]
}