UNPKG

jest-ex

Version:

A runner and a transformer to simplify (a little bit) your work with Jest.

20 lines (18 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; /** * A simple stub you can use for when you are requiring images on your scripts (probably * using Webpack). * If you set the `addStubs` option to `true` when you instantiate the Jest-Ex runner, it * will automatically set it as the stub for all your images. */ var _default = { path: '/charito.png', uri: 'icon', width: 100, height: 100 }; exports.default = _default;