UNPKG

@trinitymirrordigital/dragonfly-jest-config

Version:
8 lines (5 loc) 227 B
const isElement = require('lodash/isElement'); const { CreateMatcher, MakeMsg } = require('@djforth/jest-matchers-core'); module.exports = { toBeElement: CreateMatcher((actual) => isElement(actual), MakeMsg('Element')), };