UNPKG

@minna-ui/jest-config

Version:

Jest config preset for use in Minna UI projects.

11 lines (8 loc) 159 B
/** * Jest transform for importing files we don't need to test. */ 'use strict'; /** * @returns {string} An empty string. */ exports.process = () => '';