Skip to content

Commit

Permalink
chore: fix tests and error proof on broken inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Nov 20, 2023
1 parent fb898cd commit b599e67
Show file tree
Hide file tree
Showing 9 changed files with 235 additions and 175 deletions.
5 changes: 5 additions & 0 deletions contracts/always_no.zen
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Given nothing

When I write the string 'no' in 'result'

Then print 'result'
5 changes: 5 additions & 0 deletions contracts/always_yes.zen
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Given nothing

When I write the string 'yes' in 'result'

Then print 'result'
Empty file removed contracts/hello.schema.json
Empty file.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"outputPath": "./"
},
"dependencies": {
"ajv": "^8.12.0",
"@slangroom/core": "^1.9.6",
"@slangroom/ethereum": "^1.9.6",
"@slangroom/http": "^1.9.6",
"@slangroom/wallet": "^1.9.6",
"ajv": "^8.12.0",
"commander": "^11.1.0",
"dotenv": "^16.3.1",
"live-directory": "^3.0.3",
Expand All @@ -58,21 +58,22 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/release-notes-generator": "^12.1.0",
"@sinclair/typebox": "^0.31.25",
"@sinclair/typebox": "^0.31.28",
"@swc/core": "^1.3.96",
"@swc/helpers": "^0.5.3",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.201",
"@types/node": "^20.9.0",
"@types/node": "^20.9.2",
"jest": "^29.7.0",
"nodemon": "^3.0.1",
"openapi-types": "^12.1.3",
"pkg": "^5.8.1",
"prettier": "3.1.0",
"regenerator-runtime": "^0.14.0",
"rollup": "^4.4.1",
"rollup": "^4.5.0",
"rollup-plugin-copy": "^3.5.0",
"semantic-release": "^22.0.7",
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^22.0.8",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
Expand Down
Loading

0 comments on commit b599e67

Please sign in to comment.