@atomic-testing/core
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -5,5 +5,6 @@ export { byChecked } from './byChecked'; | ||
export { byName } from './byName'; | ||
export { byRole } from './byRole'; | ||
export { byTagName } from './byTagName'; | ||
export { byValue } from './byValue'; | ||
export { LocatorRelativePosition, LocatorType } from './PartLocatorType'; | ||
export type { CssLocator, PartLocatorType } from './PartLocatorType'; | ||
export { LocatorRelativePosition, LocatorType } from './PartLocatorType'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LocatorType = exports.LocatorRelativePosition = exports.byValue = exports.byTagName = exports.byName = exports.byDataTestId = exports.byCssClass = exports.byChecked = void 0; | ||
exports.LocatorType = exports.LocatorRelativePosition = exports.byValue = exports.byTagName = exports.byRole = exports.byName = exports.byDataTestId = exports.byCssClass = exports.byChecked = void 0; | ||
var byChecked_1 = require("./byChecked"); | ||
@@ -12,2 +12,4 @@ Object.defineProperty(exports, "byChecked", { enumerable: true, get: function () { return byChecked_1.byChecked; } }); | ||
Object.defineProperty(exports, "byName", { enumerable: true, get: function () { return byName_1.byName; } }); | ||
var byRole_1 = require("./byRole"); | ||
Object.defineProperty(exports, "byRole", { enumerable: true, get: function () { return byRole_1.byRole; } }); | ||
var byTagName_1 = require("./byTagName"); | ||
@@ -14,0 +16,0 @@ Object.defineProperty(exports, "byTagName", { enumerable: true, get: function () { return byTagName_1.byTagName; } }); |
{ | ||
"name": "@atomic-testing/core", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -5,5 +5,6 @@ export { byChecked } from './byChecked'; | ||
export { byName } from './byName'; | ||
export { byRole } from './byRole'; | ||
export { byTagName } from './byTagName'; | ||
export { byValue } from './byValue'; | ||
export { LocatorRelativePosition, LocatorType } from './PartLocatorType'; | ||
export type { CssLocator, PartLocatorType } from './PartLocatorType'; | ||
export { LocatorRelativePosition, LocatorType } from './PartLocatorType'; |
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
65255
91
1285