UNPKG

jest-plugin-it-renders

Version:

Jest plugin to quickly test if a React component renders properly.

6 lines (5 loc) 146 B
/** * Installs itRenders and makes it available as a global function throughout all * test files. */ global.itRenders = require('./').default;