@awsui/test-utils-converter
Advanced tools
Comparing version 1.0.31 to 1.0.32
@@ -52,3 +52,3 @@ "use strict"; | ||
else { | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next @preserve */ | ||
throw new Error(`Unhandled selector access type at ${file}:${(_a = path.node.loc) === null || _a === void 0 ? void 0 : _a.start.line}.`); | ||
@@ -70,3 +70,3 @@ } | ||
else { | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next @preserve */ | ||
throw new Error(`Unhandled template literal type at ${file}:${(_a = node.loc) === null || _a === void 0 ? void 0 : _a.start.line}.`); | ||
@@ -106,3 +106,3 @@ } | ||
if (typeof source.default !== 'object') { | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next @preserve */ | ||
throw new Error(`Unexpected selectors file format at ${file}.`); | ||
@@ -112,3 +112,3 @@ } | ||
if (typeof value !== 'string') { | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next @preserve */ | ||
throw new Error(`Unexpected selectors file format at ${file}, "${property}".`); | ||
@@ -143,3 +143,3 @@ } | ||
else { | ||
/* istanbul ignore next */ | ||
/* istanbul ignore next @preserve */ | ||
throw new Error(`Component name not matched from file "${filePath}".`); | ||
@@ -146,0 +146,0 @@ } |
{ | ||
"commit": "0296cabae4dfb3589c5556cb0e605d5464f552b4" | ||
"commit": "46d069eaee3e6c6f297ca85e5639688e9014f2cf" | ||
} |
{ | ||
"name": "@awsui/test-utils-converter", | ||
"version": "1.0.31", | ||
"version": "1.0.32", | ||
"homepage": "https://github.com/aws/awsui-documentation", | ||
@@ -16,12 +16,4 @@ "main": "dist/index.js", | ||
}, | ||
"jest": { | ||
"preset": "ts-jest", | ||
"globals": { | ||
"ts-jest": { | ||
"tsconfig": "test/tsconfig.json" | ||
} | ||
} | ||
}, | ||
"license": "Apache-2.0", | ||
"scripts": {} | ||
} |
24460