Skip to content

Commit

Permalink
feat(ContractSpec): add jsonSchema method
Browse files Browse the repository at this point in the history
Also add tests that generate input data based on JSON schema
  • Loading branch information
willemneal committed Dec 7, 2023
1 parent 69f7699 commit 6a63af2
Show file tree
Hide file tree
Showing 5 changed files with 843 additions and 291 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"@types/chai": "^4.3.6",
"@types/detect-node": "^2.0.0",
"@types/eventsource": "^1.1.12",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.10",
Expand Down Expand Up @@ -145,6 +146,7 @@
"axios": "^1.6.0",
"bignumber.js": "^9.1.2",
"eventsource": "^2.0.2",
"json-schema-faker": "^0.5.4",
"randombytes": "^2.1.0",
"@stellar/stellar-base": "10.0.0",
"toml": "^3.0.0",
Expand Down
Loading

0 comments on commit 6a63af2

Please sign in to comment.