@metlo/testing
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -69,2 +69,3 @@ "use strict"; | ||
ctx: stepRun.ctx, | ||
stepReq: stepRun.req, | ||
assertion: (test.test[stepIdx].assert || [])[assertionIdx], | ||
@@ -92,2 +93,3 @@ res: stepRun.res, | ||
stepRunIdx: stepRunIdx, | ||
stepReq: stepRun.req, | ||
req: test.test[stepIdx].request, | ||
@@ -94,0 +96,0 @@ ctx: stepRun.ctx, |
@@ -563,2 +563,3 @@ import { z } from "zod"; | ||
assertion: Assertion; | ||
stepReq: StepRequest; | ||
res?: StepResponse; | ||
@@ -570,2 +571,3 @@ } | ||
req: TestRequest; | ||
stepReq: StepRequest; | ||
ctx: Context; | ||
@@ -572,0 +574,0 @@ err: string; |
{ | ||
"name": "@metlo/testing", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98880
1731