@metlo/testing
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,3 +6,4 @@ import { FailedAssertion, TestConfig, TestResult } from "./types/test"; | ||
export declare const runTestPath: (paths: string[]) => Promise<void>; | ||
export { AssertionType } from "./types/enums"; | ||
export { KeyValType, TestConfig, TestRequest, TestResult, TestConfigSchema, FailedAssertion, } from "./types/test"; | ||
export { runTest } from "./runner"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.runTest = exports.TestConfigSchema = exports.runTestPath = exports.getFailedAssertions = exports.loadTestConfig = exports.dumpTestConfig = void 0; | ||
exports.runTest = exports.TestConfigSchema = exports.AssertionType = exports.runTestPath = exports.getFailedAssertions = exports.loadTestConfig = exports.dumpTestConfig = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -90,2 +90,4 @@ const chalk_1 = tslib_1.__importDefault(require("chalk")); | ||
exports.runTestPath = runTestPath; | ||
var enums_1 = require("./types/enums"); | ||
Object.defineProperty(exports, "AssertionType", { enumerable: true, get: function () { return enums_1.AssertionType; } }); | ||
var test_2 = require("./types/test"); | ||
@@ -92,0 +94,0 @@ Object.defineProperty(exports, "TestConfigSchema", { enumerable: true, get: function () { return test_2.TestConfigSchema; } }); |
{ | ||
"name": "@metlo/testing", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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
56403
1039