UNPKG

react-web-native-sketch

Version:

[TODO: We need an overview of how this can be used via npm vs as a local package]

18 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var TESTING = false; exports.getTestProps = function (testId) { if (!TESTING) { return {}; } if (!!testId) { return { accessible: true, id: testId, testId: testId, accessibilityLabel: testId, }; } return {}; }; //# sourceMappingURL=testUtils.js.map