slightlytyler / ui-dev-env

A containerized UI development environment for quick coding sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a Jest setup file to avoid one time setup in user defined tests

slightlytyler opened this issue · comments

Who want's to have to write

import "jest-dom/extend-expect";

every time you want to write a test bleh