Skip to content

Commit

Permalink
test: log request/reply data to snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Coobaha committed Feb 25, 2021
1 parent a040005 commit 416fc79
Show file tree
Hide file tree
Showing 4 changed files with 856 additions and 10 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
"@types/json-schema-merge-allof": "^0.6.0",
"@types/node": "^14.14.31",
"@types/prettier": "^2.2.1",
"@types/split2": "^2.1.6",
"@types/tap": "^14.10.2",
"@types/yargs": "^16.0.0",
"fastify": "^3.12.0",
"husky": "^5.1.1",
"lint-staged": "^10.5.4",
"pinst": "^2.1.6",
"prettier": "^2.2.1",
"split2": "^3.2.2",
"syncpack": "^5.7.11",
"tap": "^14.11.0",
"tsd": "^0.14.0",
Expand Down Expand Up @@ -68,6 +70,7 @@
"postinstall": "husky install",
"postpublish": "pinst --enable",
"prepublishOnly": "pinst --disable",
"pretest": "ts-node generator/gen.bin.ts gen 'test/test_schema.ts'",
"test": "yarn test:types && yarn test:integration",
"test:integration": "tap test/*.test.ts -R terse",
"test:types": "tsc -p test/tsconfig.test.json"
Expand Down
Loading

0 comments on commit 416fc79

Please sign in to comment.