UNPKG

@testing-library/react-native

Version:

Simple and complete React Native testing utilities that encourage good testing practices.

25 lines (24 loc) 516 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "PressOptions", { enumerable: true, get: function () { return _press.PressOptions; } }); Object.defineProperty(exports, "longPress", { enumerable: true, get: function () { return _press.longPress; } }); Object.defineProperty(exports, "press", { enumerable: true, get: function () { return _press.press; } }); var _press = require("./press"); //# sourceMappingURL=index.js.map