Add OpenAPI import round-trip harness (#600)

This commit is contained in:
Gregory Schier
2026-08-20 07:44:15 -07:00
committed by GitHub
parent 2350689d7a
commit 4e835cf7e8
3 changed files with 312 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"