@metlo/testing
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -13,3 +13,3 @@ import { FailedAssertion, FailedRequest, TestConfig, TestResult } from "./types/test"; | ||
export { TestTemplate } from "./templates/types"; | ||
export { TemplateConfig } from "./types/resource_config"; | ||
export { TemplateConfig, ResourceConfigParseRes } from "./types/resource_config"; | ||
export { runTest, estimateTest } from "./runner"; |
{ | ||
"name": "@metlo/testing", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
1212549