UNPKG

make-js-component

Version:

Easily create your js framework component in one command

8 lines (6 loc) 207 B
const matchers = require('jest-extended'); const {toBeInTheConsole ,toHaveErrorMessage} = require('cli-testing-library/extend-expect') expect.extend(matchers); afterEach(() => { jest.useRealTimers(); });