jest-ex
Version:
A runner and a transformer to simplify (a little bit) your work with Jest.
18 lines (16 loc) • 484 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
/**
* A simple stub you can use for when you are requiring stylesheets 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 `.css` and `.scss` files.
*/
var _default = {
path: '/charito.css',
media: 'all'
};
exports.default = _default;