Add OpenAPI import round-trip harness

This commit is contained in:
Gregory Schier
2026-08-19 23:35:37 -07:00
parent 9e34d2cedf
commit b405bd5161
2 changed files with 267 additions and 1 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"scripts": {
"build": "yaakcli build",
"dev": "yaakcli dev",
"test": "vp test --run tests"
"test": "vp test --run tests",
"test:roundtrip": "node tests/roundtrip.mjs"
},
"dependencies": {
"yaml": "^2.8.3"